1 write to ContentBytes
BlazorStandalone.ClientServiceDefaults (1)
BackgroundExportHandler.cs (1)
105
ContentBytes
= contentBytes,
2 references to ContentBytes
BlazorStandalone.ClientServiceDefaults (2)
BackgroundExportHandler.cs (2)
119
if (
ContentBytes
is not null)
121
clone.Content = new ByteArrayContent(
ContentBytes
);