HTMLLinkElement.Disabled

HTMLLinkElement.Disabled property

Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.

public bool Disabled { get; set; }

See Also