Method | Description | |
---|---|---|
ExecuteResult ( ControllerContext context ) : void | ||
TransferResult ( object routeValues ) : System.Web | ||
TransferResult ( string url ) : System.Web |
Method | Description | |
---|---|---|
GetRouteURL ( object routeValues ) : string |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
public TransferResult ( object routeValues ) : System.Web | ||
routeValues | object | |
return | System.Web |
public TransferResult ( string url ) : System.Web | ||
url | string | |
return | System.Web |