PageParser.DefaultPageBaseType 属性

定义

获取或设置派生所有页的类型。

此 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 设置此属性。 可以随时读取此属性。

适用于