ViewResultBase.FindView(ControllerContext) 方法

定义

返回 ViewEngineResult 用于呈现视图的 对象。

protected abstract System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext context);
abstract member FindView : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ViewEngineResult
Protected MustOverride Function FindView (context As ControllerContext) As ViewEngineResult

参数

context
ControllerContext

上下文。

返回

视图引擎。

适用于