PageParser.DefaultUserControlBaseType 属性

定义

获取或设置从中派生所有用户控件的类型。

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

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

属性值

从中派生用户控件的类型。

注解

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

适用于