1 type derived from MediaContext
Microsoft.AspNetCore.Components.Web (1)
Media\FileDownload.cs (1)
154public sealed class FileDownloadContext : MediaContext
2 instantiations of MediaContext
Microsoft.AspNetCore.Components.Web (2)
Media\Image.cs (1)
34var context = new MediaContext
Media\Video.cs (1)
34var context = new MediaContext
4 references to MediaContext
Microsoft.AspNetCore.Components.Web (4)
Media\Image.cs (2)
27[Parameter] public RenderFragment<MediaContext>? ChildContent { get; set; } 34var context = new MediaContext
Media\Video.cs (2)
27[Parameter] public RenderFragment<MediaContext>? ChildContent { get; set; } 34var context = new MediaContext