C# Class WhoCanHelpMe.Web.Controllers.BaseController

Inheritance: Controller
Show file Open project: jongeorge1/Who-Can-Help-Me

Protected Methods

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

Method Details

View() protected method

Returns a view result with default view and master name
protected View ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

View() protected method

Returns a view result with default view and master name
protected View ( object model ) : System.Web.Mvc.ViewResult
model object /// The model. ///
return System.Web.Mvc.ViewResult

View() protected method

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