PageParser.DefaultUserControlBaseType 属性

定义

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

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

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

属性值

Type

派生所有用户控件的类型。

注解

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

适用于