Freigeben über


ViewResultBase.FindView(ControllerContext) Methode

Definition

Gibt das ViewEngineResult Objekt zurück, das zum Rendern der Ansicht verwendet wird.

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

Parameter

context
ControllerContext

Der Kontext.

Gibt zurück

Die Ansichts-Engine.

Gilt für: