[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IPageInfo

接口 IPageInfo

页面信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IPageInfo

属性

IsBuiltInPage

是否内建页。

声明
bool IsBuiltInPage { get; }
属性值
类型 描述
bool

IsMasterPage

是否母版页。

声明
bool IsMasterPage { get; }
属性值
类型 描述
bool

IsMobilePage

是否手机页。

声明
bool IsMobilePage { get; }
属性值
类型 描述
bool

PageName

页面名。

声明
string PageName { get; }
属性值
类型 描述
string