PageParser.DefaultPageBaseType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置派生所有页的类型。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static property Type ^ DefaultPageBaseType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultPageBaseType { get; set; }
static member DefaultPageBaseType : Type with get, set
Public Shared Property DefaultPageBaseType As Type
属性值
类型。
注解
只能在 Global.asax 文件中发生事件之前 PreApplicationStart
设置此属性。 可以随时读取此属性。