IWebHostEnvironment.WebRootPath Propriété

Définition

Obtient ou définit le chemin absolu du répertoire qui contient les fichiers de contenu de l’application web-servable. Par défaut, il s’agit du sous-dossier « 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

Valeur de propriété

S’applique à