다음을 통해 공유


IRazorViewEngine.GetPage(String, String) 메서드

정의

가 이미 절대인 경우 pagePathexecutingFilePath 기준으로 지정된 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 페이지 찾기의 입니다.

설명

.

적용 대상