IHostingEnvironment.WebRootPath Property

Definition

Gets or sets the absolute path to the directory that contains the web-servable application content files.

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

Property Value

Applies to