Sdílet prostřednictvím


RazorViewEngine.GetPage(String, String) Metoda

Definice

Získá stránku s danou pagePath, relativní k executingFilePath , pokud pagePath je již absolutní.

public:
 virtual Microsoft::AspNetCore::Mvc::Razor::RazorPageResult GetPage(System::String ^ executingFilePath, System::String ^ pagePath);
public Microsoft.AspNetCore.Mvc.Razor.RazorPageResult GetPage (string executingFilePath, string pagePath);
abstract member GetPage : string * string -> Microsoft.AspNetCore.Mvc.Razor.RazorPageResult
override this.GetPage : string * string -> Microsoft.AspNetCore.Mvc.Razor.RazorPageResult
Public Function GetPage (executingFilePath As String, pagePath As String) As RazorPageResult

Parametry

executingFilePath
String

Absolutní cesta k aktuálně spuštěné stránce, pokud existuje.

pagePath
String

Cesta ke stránce.

Návraty

The RazorPageResult locating the page.

Implementuje

Platí pro