PageParser.DefaultPageBaseType Property

Definition

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