MCPcopy Create free account
hub / github.com/bbachi/react-dotnet-example / OnGet

Method OnGet

Pages/Error.cshtml.cs:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
25
26 public void OnGet()
27 {
28 RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier;
29 }
30 }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected