View Source
Class UmbracoApplicationBase
Provides an abstract base class for the Umbraco HttpApplication.
Inheritance
System.Object
System.Web.HttpApplication
Assembly: Umbraco.Web.dll
Syntax
public abstract class UmbracoApplicationBase : HttpApplication, IComponent, IDisposable, IHttpAsyncHandler, IHttpHandler
Methods
View Source
Application_End(Object, EventArgs)
Declaration
protected void Application_End(object sender, EventArgs evargs)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
evargs |
|
View Source
Application_Error(Object, EventArgs)
Declaration
protected void Application_Error(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
View Source
Application_Start(Object, EventArgs)
Declaration
protected void Application_Start(object sender, EventArgs evargs)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
evargs |
|
View Source
GetRegister()
Gets the application register.
Declaration
protected virtual IRegister GetRegister()
Returns
View Source
GetRuntime()
Declaration
protected abstract IRuntime GetRuntime()
Returns
View Source
Init()
Declaration
public override void Init()
View Source
OnApplicationEnd(Object, EventArgs)
Declaration
protected virtual void OnApplicationEnd(object sender, EventArgs evargs)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
evargs |
|
View Source
OnApplicationError(Object, EventArgs)
Declaration
protected virtual void OnApplicationError(object sender, EventArgs evargs)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
evargs |
|
Events
View Source
ApplicationEnd
Declaration
public static event EventHandler ApplicationEnd
Event Type
Type |
Description |
System.EventHandler |
|
View Source
ApplicationError
Declaration
public static event EventHandler ApplicationError
Event Type
Type |
Description |
System.EventHandler |
|
View Source
ApplicationInit
Declaration
public static event EventHandler ApplicationInit
Event Type
Type |
Description |
System.EventHandler |
|