HTMLBaseElement public sealed class HTMLBaseElement : HTMLElement Represents the HTML base element. Documentation Code public string Href { get; set; } Gets or sets the base URI. public string Target { get; set; } Gets or sets the default target frame.