UseExceptionHandler ("/error/500"); app.UseHsts(); } // ... } The ErrorController has an action like this: public IActionResult Index(int id) ...
確定! 回上一頁