메소드 | 설명 | |
---|---|---|
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 ( object model ) : System.Web.Mvc.ViewResult | ||
model | object | /// The model. /// |
리턴 | System.Web.Mvc.ViewResult |
protected View ( string viewName ) : System.Web.Mvc.ViewResult | ||
viewName | string | /// The view name. /// |
리턴 | System.Web.Mvc.ViewResult |