1using System.Diagnostics;
2using Microsoft.AspNetCore.Mvc;
3using Microsoft.AspNetCore.Mvc.RazorPages;
5namespace Escali.LicenseControl.Client.Pages;
7[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore =
true)]
8[IgnoreAntiforgeryToken]
15 private readonly ILogger<ErrorModel>
_logger;
24 RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier;
ErrorModel(ILogger< ErrorModel > logger)
readonly ILogger< ErrorModel > _logger