IRazorViewEngine.GetPage(String, String) メソッド

定義

が既に絶対でない限りpagePath、 を基準にして、指定された pagePathを持つページをexecutingFilePath取得します。

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ページを検索する 。

注釈

.

適用対象