IRazorViewEngine.GetPage(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定 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尋找頁面的 。
備註
.