Freigeben über


IRazorViewEngine.FindPage(ActionContext, String) Methode

Definition

Sucht die Seite mit dem angegebenen pageName mithilfe von Ansichtsspeicherorten und Informationen aus dem context.

public:
 Microsoft::AspNetCore::Mvc::Razor::RazorPageResult FindPage(Microsoft::AspNetCore::Mvc::ActionContext ^ context, System::String ^ pageName);
public Microsoft.AspNetCore.Mvc.Razor.RazorPageResult FindPage (Microsoft.AspNetCore.Mvc.ActionContext context, string pageName);
abstract member FindPage : Microsoft.AspNetCore.Mvc.ActionContext * string -> Microsoft.AspNetCore.Mvc.Razor.RazorPageResult
Public Function FindPage (context As ActionContext, pageName As String) As RazorPageResult

Parameter

pageName
String

Der Name oder Pfad der Seite.

Gibt zurück

Die RazorPageResult der Suche nach der Seite.

Hinweise

.

Gilt für: