Property | Type | Description | |
---|---|---|---|
CreateControllerInstance | Func |
Method | Description | |
---|---|---|
CleanControllerName ( string str ) : string | ||
ControllerService ( |
||
GetControllerType ( string name ) : |
||
RegisterAllControllers ( |
||
RegisterAllControllers ( bool UseThreadPool = true ) : void | ||
RegisterController ( |
public static CleanControllerName ( string str ) : string | ||
str | string | |
return | string |
public ControllerService ( |
||
app | ||
return | System |
public GetControllerType ( string name ) : |
||
name | string | |
return |
public RegisterAllControllers ( |
||
assembly | ||
UseThreadPool | bool | |
return | void |
public RegisterAllControllers ( bool UseThreadPool = true ) : void | ||
UseThreadPool | bool | |
return | void |
public RegisterController ( |
||
type | ||
UseThreadPool | bool | |
return | void |