次の方法で共有


PageActionDescriptor.ViewEnginePath プロパティ

定義

ページ検出のベース パスに対する相対パスを取得または設定します。

この値は、pages ルート ディレクトリを基準とした拡張子のないファイルのパスです。 たとえば、 ViewEnginePath ファイル /Pages/Catalog/Antiques.cshtml の は です /Catalog/Antiques

領域では、この値は、指定された領域の pages ルート ディレクトリを基準にした拡張子のないファイルのパスです。 たとえば、ファイル Areas/Identity/Pages/Manage/Accounts.cshtml の は です/Manage/AccountsViewEnginePath

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

プロパティ値

適用対象