Method | Description | |
---|---|---|
Controller ( |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetControllerActionMethods ( ) : IEnumerable |
||
GetHashCode ( ) : int | ||
GetMethod ( string name ) : |
||
IsHelp ( ) : bool | ||
Recognize ( string controllerName ) : bool | ||
Recognize ( string controllerName, string actionName ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ControllerName ( |
||
GetControllerActionMethods ( |
||
GetOwnPublicMethods ( |
public Controller ( |
||
type | ||
ignoreGlobalUnMatchedParameters | bool | |
return | System |
public GetControllerActionMethods ( ) : IEnumerable |
||
return | IEnumerable |
public Recognize ( string controllerName ) : bool | ||
controllerName | string | |
return | bool |
public Recognize ( string controllerName, string actionName ) : bool | ||
controllerName | string | |
actionName | string | |
return | bool |