Property | Type | Description | |
---|---|---|---|
GetHttpModuleComponentName | String |
Method | Description | |
---|---|---|
GetVerbsForCategory ( String category ) : IEnumerable |
Gets the available verbs for the given category.
|
|
RegisterHttpModule ( |
||
StartPlugins ( ) : void | ||
UnregisterHttpModule ( |
Method | Description | |
---|---|---|
Application_Start ( ) : void |
The start method of the application.
|
|
Compose ( ) : void |
Composes the application.
|
|
Initialise ( ) : void |
Initialises the application.
|
|
MapPath ( String virtualPath ) : String |
Maps the specified virtual path.
|
|
PreCompose ( ) : void |
Fired before the application is composed.
|
|
RegisterAreas ( ) : void | ||
RegisterRoutes ( ) : void |
Registers any routes required by the application.
|
Method | Description | |
---|---|---|
GetHttpModuleComponentName ( |
public static GetVerbsForCategory ( String category ) : IEnumerable |
||
category | String | The category of verbs to get. |
return | IEnumerable |
protected static MapPath ( String virtualPath ) : String | ||
virtualPath | String | The virtual path to map. |
return | String |
public static RegisterHttpModule ( |
||
moduleType | ||
return | void |
public static UnregisterHttpModule ( |
||
moduleType | ||
return | void |