IWebHostEnvironment.WebRootPath Propiedad

Definición

Obtiene o establece la ruta de acceso absoluta al directorio que contiene los archivos de contenido de la aplicación webservables. Este valor predeterminado es la subcarpeta "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

Valor de propiedad

Se aplica a