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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.