Table of Contents

Interface IHTMLStyleElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html

public interface IHTMLStyleElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Disabled

bool Disabled { get; set; }

Property Value

bool

Media

String Media { get; set; }

Property Value

String

Type

String Type { get; set; }

Property Value

String