Closed jevgenijsp closed 2 weeks ago
"Geta": { "NotFoundHandler": { "DefaultRedirectType": "Permanent" } }
services.AddNotFoundHandler(o => { o.DefaultRedirectType = RedirectType.Permanent; });
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 100.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Default redirect type can be set:
Option 1
Option 2