Property | Type | Description | |
---|---|---|---|
Mappings | IList |
Method | Description | |
---|---|---|
EntryControllerAttribute ( ) : System | ||
EntryControllerAttribute ( string path ) : System | ||
EntryControllerAttribute ( string pathResourceBaseName, string pathResourceKey ) : System | ||
EntryControllerAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System | ||
Initialize ( |
Method | Description | |
---|---|---|
IEntryControllerBinding ( IRouteAction action, IPathStack path ) : void |
Method | Description | |
---|---|---|
IEntryControllerBinding ( IHttpContext context, IPathStack path, IHttpHandler &handler ) : bool |
public EntryControllerAttribute ( string path ) : System | ||
path | string | |
return | System |
public EntryControllerAttribute ( string pathResourceBaseName, string pathResourceKey ) : System | ||
pathResourceBaseName | string | |
pathResourceKey | string | |
return | System |
public EntryControllerAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System | ||
pathResourceAssembly | string | |
pathResourceBaseName | string | |
pathResourceKey | string | |
return | System |
protected IEntryControllerBinding ( IRouteAction action, IPathStack path ) : void | ||
action | IRouteAction | |
path | IPathStack | |
return | void |
public Initialize ( |
||
controllerType | ||
return | void |