HTMLSourceElement public sealed class HTMLSourceElement : HTMLElement Represents the HTML source element. Documentation Code public string Media { get; set; } Gets or sets the intended type of the media resource. public string Src { get; set; } Gets or sets the URL for the media resource. public string Type { get; set; } Gets or sets the type of the media source.