IViewEngine.FindView(ControllerContext, String, String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的控制器內容,尋找指定的檢視。
public System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache);
abstract member FindView : System.Web.Mvc.ControllerContext * string * string * bool -> System.Web.Mvc.ViewEngineResult
Public Function FindView (controllerContext As ControllerContext, viewName As String, masterName As String, useCache As Boolean) As ViewEngineResult
參數
- controllerContext
- ControllerContext
控制器內容。
- viewName
- String
檢視的名稱。
- masterName
- String
主版頁面的名稱。
- useCache
- Boolean
如果快取檢視存在,則為 true,指定檢視引擎傳回快取檢視;否則為 false。
傳回
頁面檢視。