PageActionDescriptor.ViewEnginePath 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
페이지 검색의 기본 경로를 기준으로 경로를 가져오거나 설정합니다.
이 값은 페이지 루트 디렉터리를 기준으로 확장명 없는 파일의 경로입니다.
예를 들어 /Pages/Catalog/Antiques.cshtml 파일의 은 입니다.ViewEnginePath/Catalog/Antiques
영역에서 이 값은 지정된 영역에 대한 페이지 루트 디렉터리를 기준으로 확장명 없는 파일의 경로입니다.
예를 들어 Areas/Identity/Pages/Manage/Accounts.cshtml 파일의 은 입니다/Manage/Accounts
.ViewEnginePath
public:
property System::String ^ ViewEnginePath { System::String ^ get(); void set(System::String ^ value); };
public string ViewEnginePath { get; set; }
member this.ViewEnginePath : string with get, set
Public Property ViewEnginePath As String