共用方式為


RazorViewEngine.GetPage(String, String) 方法

定義

取得具有指定 pagePath 之 的頁面, executingFilePath 除非已經是絕對的,否則 pagePath 為 。

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

參數

executingFilePath
String

目前執行之頁面的絕對路徑,如果有的話。

pagePath
String

頁面的路徑。

傳回

RazorPageResult尋找頁面的 。

實作

適用於