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

控制器上下文。

返回

视图引擎结果。

例外

当此方法尝试查找视图时出错。

适用于