in sample-applications/frontend-mvc/ContainerMVC/Controllers/HomeController.cs [61:64]
public IActionResult Error()
{
return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });
}