Table of Contents

Interface IHTMLAnchorElement

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/HTMLAnchorElement.html

public interface IHTMLAnchorElement : IHTMLElement, IElement, INode
Inherited Members

Properties

AccessKey

String AccessKey { get; set; }

Property Value

String

Charset

String Charset { get; set; }

Property Value

String

Coords

String Coords { get; set; }

Property Value

String

Href

String Href { get; set; }

Property Value

String

Hreflang

String Hreflang { get; set; }

Property Value

String

Name

String Name { get; set; }

Property Value

String

Rel

String Rel { get; set; }

Property Value

String

Rev

String Rev { get; set; }

Property Value

String

Shape

String Shape { get; set; }

Property Value

String

TabIndex

int TabIndex { get; set; }

Property Value

int

Target

String Target { get; set; }

Property Value

String

Type

String Type { get; set; }

Property Value

String

Methods

Blur()

void Blur()

Focus()

void Focus()