UsePathBaseMiddleware(RequestDelegate, PathString) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of UsePathBaseMiddleware.
public:
UsePathBaseMiddleware(Microsoft::AspNetCore::Http::RequestDelegate ^ next, Microsoft::AspNetCore::Http::PathString pathBase);
public UsePathBaseMiddleware (Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.AspNetCore.Http.PathString pathBase);
new Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware : Microsoft.AspNetCore.Http.RequestDelegate * Microsoft.AspNetCore.Http.PathString -> Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware
Public Sub New (next As RequestDelegate, pathBase As PathString)
Parameters
- next
- RequestDelegate
The delegate representing the next middleware in the request pipeline.
- pathBase
- PathString
The path base to extract.