IWebHostEnvironment.WebRootPath 属性

定义

获取或设置包含 Web 可服务应用程序内容文件的目录的绝对路径。 这默认为“wwwroot”子文件夹。

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

属性值

适用于