Method | Description | |
---|---|---|
Execute ( |
||
ViewResult ( ) : System | ||
ViewResult ( object model ) : System | ||
ViewResult ( string viewName ) : System | ||
ViewResult ( string viewName, string layoutName ) : System |
public Execute ( |
||
context | ||
services | IMonoRailServices | |
return | void |
public ViewResult ( string viewName ) : System | ||
viewName | string | |
return | System |
public ViewResult ( string viewName, string layoutName ) : System | ||
viewName | string | |
layoutName | string | |
return | System |