1 override of ShouldAutoLoad
Microsoft.AspNetCore.Components.Media (1)
FileDownload.cs (1)
37
internal override bool
ShouldAutoLoad
=> false;
1 reference to ShouldAutoLoad
Microsoft.AspNetCore.Components.Media (1)
MediaComponentBase.cs (1)
135
if (!IsInteractive || source is null || !
ShouldAutoLoad
)