共用方式為


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 存取這個屬性。

適用於