PageParser.DefaultApplicationBaseType Eigenschap

Definitie

Hiermee wordt het type opgehaald of ingesteld waaruit het HttpApplication exemplaar is afgeleid.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static property Type ^ DefaultApplicationBaseType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultApplicationBaseType { get; set; }
static member DefaultApplicationBaseType : Type with get, set
Public Shared Property DefaultApplicationBaseType As Type

Waarde van eigenschap

Het type waaruit het HttpApplication exemplaar is afgeleid.

Opmerkingen

Deze eigenschap moet worden geopend in het global.asax-bestand voordat de PreApplicationStart gebeurtenis plaatsvindt.

Van toepassing op