C# Class Microsoft.Web.Mvc.MobileCapableWebFormViewEngine

Inheritance: System.Web.Mvc.WebFormViewEngine
Show file Open project: JetBrains/dottrace-demos

Public Methods

Method Description
FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult

Private Methods

Method Description
NewFindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult

Method Details

FindView() public method

public FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext ControllerContext
viewName string
masterName string
useCache bool
return System.Web.Mvc.ViewEngineResult