PageParser.DefaultApplicationBaseType Eigenschaft

Definition

Ruft den Typ ab, von dem die HttpApplication Instanz abgeleitet wird, oder legt diesen fest.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Eigenschaftswert

Der Typ, von dem die HttpApplication Instanz abgeleitet wird.

Hinweise

Auf diese Eigenschaft sollte in der Datei "Global.asax" zugegriffen werden, bevor das PreApplicationStart Ereignis eintritt.

Gilt für: