HttpRequest.PathBase Eigenschaft

Definition

Ruft den Basispfad für die Anforderung ab oder legt diese fest. Die Pfadbasis sollte nicht mit einem nachgestellten Schrägstrich enden.

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

Eigenschaftswert

Der Basispfad für die Anforderung.

Gilt für: