PageParser.DefaultApplicationBaseType 属性

定义

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

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

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

属性值

Type

HttpApplication 实例从中衍生的类型。

注解

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

适用于