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