This commit is contained in:
2020-07-03 22:50:33 +00:00
parent efa0f02137
commit 510c4120f8
10 changed files with 59 additions and 622 deletions

View File

@@ -14,7 +14,7 @@ namespace contact.Pages
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
// [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public void OnGet()
{
RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier;