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