1 write to RequestId
Identity.ExternalClaims (1)
Pages\Error.cshtml.cs (1)
21
RequestId
= Activity.Current?.Id ?? HttpContext.TraceIdentifier;
1 reference to RequestId
Identity.ExternalClaims (1)
Pages\Error.cshtml.cs (1)
17
public bool ShowRequestId => !string.IsNullOrEmpty(
RequestId
);