Udostępnij za pośrednictwem


IRazorViewEngine.GetPage(String, String) Metoda

Definicja

Pobiera stronę z danym pagePathparametrem względem executingFilePath , chyba że pagePath jest już bezwzględny.

public:
 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
Public Function GetPage (executingFilePath As String, pagePath As String) As RazorPageResult

Parametry

executingFilePath
String

Ścieżka bezwzględna do aktualnie wykonywanej strony, jeśli istnieje.

pagePath
String

Ścieżka do strony.

Zwraca

Lokalizowanie RazorPageResult strony.

Uwagi

.

Dotyczy