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