共用方式為


IRazorViewEngine.GetPage(String, String) 方法

定義

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

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

參數

executingFilePath
String

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

pagePath
String

頁面的路徑。

傳回

RazorPageResult尋找頁面的 。

備註

.

適用於