PageParser.DefaultPageBaseType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定所有頁面的衍生來源基底型別。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static property Type ^ DefaultPageBaseType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultPageBaseType { get; set; }
static member DefaultPageBaseType : Type with get, set
Public Shared Property DefaultPageBaseType As Type
屬性值
類型。
備註
此屬性只能在 Global.asax 檔案中發生事件之前 PreApplicationStart
設定。 您可以隨時讀取這個屬性。