1 instantiation of FileDownloadContext
Microsoft.AspNetCore.Components.Media (1)
FileDownload.cs (1)
48var context = new FileDownloadContext
3 references to FileDownloadContext
Microsoft.AspNetCore.Components.Media (3)
FileDownload.cs (2)
42[Parameter] public RenderFragment<FileDownloadContext>? ChildContent { get; set; } 48var context = new FileDownloadContext
MediaContext.cs (1)
8/// Used by <see cref="Image"/> and <see cref="Video"/>, and as the base for <see cref="FileDownloadContext"/>.