ViewResult.FindView(ControllerContext) メソッド

定義

登録されているビュー エンジンを検索し、ビューを表示するために使用されるオブジェクトを返します。

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

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

戻り値

ビューを表示するために使用されるオブジェクト。

例外

メソッドがビューを検索しているときにエラーが発生しました。

適用対象