共用方式為


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

屬性值

適用於