PageParser.DefaultPageBaseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type from which all pages are derived.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
Property Value
The type.
Remarks
This property can only be set before the PreApplicationStart
event occurs in the Global.asax file. This property can be read at any time.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.