PartialViewResult.FindView(ControllerContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ViewEngineResult傳回用來呈現檢視的物件。
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
控制器內容。
傳回
檢視引擎結果。
例外狀況
方法嘗試尋找檢視時發生錯誤。