Udostępnij za pośrednictwem


RazorViewEngine.GetPage(String, String) Metoda

Definicja

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

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

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

pagePath
String

Ścieżka do strony.

Zwraca

Lokalizowanie RazorPageResult strony.

Implementuje

Dotyczy