C# Class Microsoft.Web.Mvc.MobileCapableRazorViewEngine

Inheritance: System.Web.Mvc.RazorViewEngine
Datei anzeigen Open project: JetBrains/dottrace-demos

Public Methods

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

Private Methods

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

Method Details

FindView() public method

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