StatusCodePagesExtensions.UseStatusCodePagesWithRedirects Method
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.
Adds a StatusCodePages middleware to the pipeline. Specifies that responses should be handled by redirecting with the given location URL template. This may include a '{0}' placeholder for the status code. URLs starting with '~' will have PathBase prepended, where any other URL will be used as is.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseStatusCodePagesWithRedirects(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, System::String ^ locationFormat);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePagesWithRedirects (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string locationFormat);
static member UseStatusCodePagesWithRedirects : Microsoft.AspNetCore.Builder.IApplicationBuilder * string -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseStatusCodePagesWithRedirects (app As IApplicationBuilder, locationFormat As String) As IApplicationBuilder
Parameters
- locationFormat
- String