IWebHostEnvironment.WebRootPath Proprietà

Definizione

Ottiene o imposta il percorso assoluto della directory che contiene i file di contenuto dell'applicazione web-serveble. Questa impostazione predefinita è la sottocartella "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

Valore della proprietà

Si applica a