HttpRequest.PathBase Propriété

Définition

Obtient ou définit le chemin de base de la requête. La base de chemin ne doit pas se terminer par une barre oblique de fin.

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

Valeur de propriété

Chemin de base de la requête.

S’applique à