Freigeben über


ViewEngineResult.Found(String, IView) Methode

Definition

Gibt ein Ergebnis zurück, wenn eine Ansicht gefunden wird.

public:
 static Microsoft::AspNetCore::Mvc::ViewEngines::ViewEngineResult ^ Found(System::String ^ viewName, Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ view);
public static Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult Found (string viewName, Microsoft.AspNetCore.Mvc.ViewEngines.IView view);
static member Found : string * Microsoft.AspNetCore.Mvc.ViewEngines.IView -> Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult
Public Shared Function Found (viewName As String, view As IView) As ViewEngineResult

Parameter

viewName
String

Der Name der Sicht.

view
IView

Die IView.

Gibt zurück

Das gefundene Ergebnis.

Gilt für: