UsePathBaseExtensions.UsePathBase(IApplicationBuilder, PathString) Methode

Definition

Fügt eine Middleware hinzu, die die angegebene Pfadbasis aus dem Anforderungspfad extrahiert und der Anforderungspfadbasis postpend.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UsePathBase(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Http::PathString pathBase);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UsePathBase (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Http.PathString pathBase);
static member UsePathBase : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Http.PathString -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UsePathBase (app As IApplicationBuilder, pathBase As PathString) As IApplicationBuilder

Parameter

pathBase
PathString

Die zu extrahierende Pfadbasis.

Gibt zurück

Die IApplicationBuilder-Instanz.

Gilt für: