SpaOptions.SourcePath プロパティ

定義

開発中に SPA ソース ファイルを含むディレクトリのアプリケーション作業ディレクトリに対する相対パスを取得または設定します。 発行されたアプリケーションにディレクトリが存在しない可能性があります。

public:
 property System::String ^ SourcePath { System::String ^ get(); void set(System::String ^ value); };
public string SourcePath { get; set; }
public string? SourcePath { get; set; }
member this.SourcePath : string with get, set
Public Property SourcePath As String

プロパティ値

適用対象