PageParser.DefaultApplicationBaseType Özellik

Tanım

Örneğin türetildiği HttpApplication türü alır veya ayarlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Özellik Değeri

Örneğin türetildiği HttpApplication tür.

Açıklamalar

Bu özelliğe olay gerçekleşmeden önce PreApplicationStart Global.asax dosyasında erişilmelidir.

Şunlara uygulanır