PageParser.DefaultApplicationBaseType 属性

定义

获取或设置从中派生实例的类型 HttpApplication

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static property Type ^ DefaultApplicationBaseType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultApplicationBaseType { get; set; }
static member DefaultApplicationBaseType : Type with get, set
Public Shared Property DefaultApplicationBaseType As Type

属性值

HttpApplication 中派生实例的类型。

注解

在发生事件之前 PreApplicationStart ,应在 Global.asax 文件中访问此属性。

适用于