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