PageActionDescriptor.ViewEnginePath 属性

定义

获取或设置相对于页面发现的基路径的路径。

此值是没有扩展名的文件的路径,相对于页面根目录。 例如, ViewEnginePath 文件 /Pages/Catalog/Antiques.cshtml 的 是 /Catalog/Antiques

在区域中,此值是不带扩展名的文件的路径,相对于指定区域的页根目录。 例如, ViewEnginePath 文件 Areas/Identity/Pages/Manage/Accounts.cshtml 的 为 /Manage/Accounts

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

属性值

适用于