PartialViewResult.FindView(ControllerContext) メソッド

定義

ビューの 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

コントローラー コンテキスト。

戻り値

ビュー エンジンの結果。

例外

メソッドによるビューの検索中にエラーが発生しました。

適用対象