Property | Type | Description | |
---|---|---|---|
GenerateThreadId | string | ||
GetExtension | |||
GetVirtualDirectories | string>.Dictionary | ||
GetVirtualDirectories | string>.Dictionary | ||
Initialize | void | ||
InitializeConfiguration | |||
RegisterRoutes | void | ||
Start | void |
Method | Description | |
---|---|---|
GetType ( string typeName ) : |
Gets the type with the specified typeName, searching in all RelevantAssemblies.
|
Method | Description | |
---|---|---|
Application_BeginRequest ( object sender, |
Handles the BeginRequest event of the Application control.
|
|
Application_End ( object sender, |
Handles the End event of the Application control. Logs the application shutdown event, together with the reason and detail of the shutdown. |
|
Application_EndRequest ( object sender, |
Handles the EndRequest event of the Application control.
|
|
Application_Error ( object sender, |
Handles the Error event of the Application control.
|
|
Application_Start ( ) : void |
Handles the Start event of the Application control.
|
|
Start ( |
Starts this instance.
|
Method | Description | |
---|---|---|
GenerateThreadId ( bool appStart = false ) : string | ||
GetExtension ( Controller controller ) : |
||
GetVirtualDirectories ( System.DirectoryServices.DirectoryEntry directory, string path ) : string>.Dictionary |
||
GetVirtualDirectories ( |
||
Initialize ( |
Initializes the application using the specified project configuration instance.
|
|
InitializeConfiguration ( |
||
RegisterRoutes ( ) : void | ||
Start ( System.Web.HttpContextBase httpContext ) : void |
protected Application_BeginRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_End ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_EndRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Error ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public static GetType ( string typeName ) : |
||
typeName | string | The name of the type to get. |
return |
protected static Start ( |
||
context | The context. | |
return | void |