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 페이지 찾기의 입니다.
설명
.