IHostEnvironment.ContentRootPath Propiedad

Definición

Obtiene o establece la ruta de acceso absoluta al directorio que incluye los archivos de contenido de la aplicación.

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

Valor de propiedad

Se aplica a