PageParser.DefaultApplicationBaseType Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the type from which the HttpApplication instance is derived.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Shared Property DefaultApplicationBaseType As Type

Property Value

Type: System.Type

The type from which the HttpApplication instance is derived.

This property should be accessed in the Global.asax file before the PreApplicationStart event occurs.

.NET Framework
Available since 4.0
Return to top
Show: