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

属性值

适用于