ViewResult.FindView(ControllerContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋已註冊的檢視引擎,並傳回用來呈現檢視的物件。
protected override System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext context);
override this.FindView : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ViewEngineResult
Protected Overrides Function FindView (context As ControllerContext) As ViewEngineResult
參數
- context
- ControllerContext
控制器內容。
傳回
用來呈現檢視的物件。
例外狀況
方法在搜尋檢視時發生錯誤。