Method | Description | |
---|---|---|
View ( ) : System.Web.Mvc.ViewResult |
Returns a view result with default view and master name
|
|
View ( object model ) : System.Web.Mvc.ViewResult |
Returns a view result with default view and master name
|
|
View ( string viewName ) : System.Web.Mvc.ViewResult |
Returns a view result with specified view name and the default master name
|
protected View ( ) : System.Web.Mvc.ViewResult | ||
return | System.Web.Mvc.ViewResult |
protected View ( object model ) : System.Web.Mvc.ViewResult | ||
model | object | /// The model. /// |
return | System.Web.Mvc.ViewResult |
protected View ( string viewName ) : System.Web.Mvc.ViewResult | ||
viewName | string | /// The view name. /// |
return | System.Web.Mvc.ViewResult |