SharedOptionsBase.RequestPath Propriété

Définition

Chemin relatif de la demande qui mappe sur les ressources statiques. La valeur par défaut est la racine du site « / ».

public:
 property Microsoft::AspNetCore::Http::PathString RequestPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString RequestPath { get; set; }
member this.RequestPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property RequestPath As PathString

Valeur de propriété

S’applique à