You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update error handler action method to use new problem helper method #8537:
[Route("/error")]publicActionResult<ProblemDetails>HandleError(){returnnewProblemDetails{Title="An error occurred while processing your request.",Status=500};}