ViewResult.FindView(ControllerContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
搜索已注册的视图引擎并返回用于呈现视图的对象。
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
控制器上下文。
返回
用于呈现视图的对象。
例外
当此方法搜索视图时出错。