Table of Contents

Class SVGAElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGAElement interface provides access to the properties of an a element, as well as methods to manipulate them.

[Value("SVGAElement")]
public class SVGAElement : SVGGraphicsElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGTests, SVGURIReference
Inheritance
SVGAElement
Implements
Inherited Members

Remarks

-SVG a element

See also on MDN

Constructors

SVGAElement()

public SVGAElement()

Properties

Download

[Value("download")]
public string Download { get; set; }

Property Value

string

Hash

[Value("hash")]
public string Hash { get; set; }

Property Value

string

Host

[Value("host")]
public string Host { get; set; }

Property Value

string

Hostname

[Value("hostname")]
public string Hostname { get; set; }

Property Value

string

Hreflang

[Value("hreflang")]
public string Hreflang { get; set; }

Property Value

string

Origin

[Value("origin")]
public string Origin { get; }

Property Value

string

Password

[Value("password")]
public string Password { get; set; }

Property Value

string

Pathname

[Value("pathname")]
public string Pathname { get; set; }

Property Value

string

Ping

[Value("ping")]
public string Ping { get; set; }

Property Value

string

Port

[Value("port")]
public string Port { get; set; }

Property Value

string

Protocol

[Value("protocol")]
public string Protocol { get; set; }

Property Value

string

ReferrerPolicy

[Value("referrerPolicy")]
public string ReferrerPolicy { get; set; }

Property Value

string

Rel

The rel property of the SVGAElement returns a string reflecting the value of the rel attribute of the SVG a element.

[Value("rel")]
public string Rel { get; set; }

Property Value

string

A string; the value of the rel attribute.

Remarks

The rel attribute specifies the space-separated list of link types, the <list-of-Link-Types>, indicating the relationship between the target or resource represented by the a element and the current document. The property can get or set the rel attribute value.

-rel
-RelList
-Rel
-Rel

See also on MDN

RelList

The relList read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string <list-of-Link-Types> values of the rel attribute of the SVG a element.

[Value("relList")]
public DOMTokenList RelList { get; }

Property Value

DOMTokenList

A live DOMTokenList.

Remarks

The property itself is read-only, meaning you can't substitute the
DOMTokenList by another one, but the content of the returned list can be
changed.

-rel
-Rel
-RelList
-RelList

See also on MDN

[Value("search")]
public string Search { get; set; }

Property Value

string

Target

The SVGAElement.target read-only property of SVGAElement returns an SVGAnimatedString object that specifies the portion of a target window, frame, pane into which a document is to be opened when a link is activated.

[Value("target")]
public SVGAnimatedString Target { get; }

Property Value

SVGAnimatedString

An SVGAnimatedString indicating the ending resource target that opens the document when the link is activated. See {{SVGAttr("target")}} for valid values.

Remarks

This property is used when there are multiple possible targets for the ending resource, like when the parent document is a multi-frame HTML or XHTML document.

-target

See also on MDN

Text

[Value("text")]
public string Text { get; set; }

Property Value

string

Type

[Value("type")]
public string Type { get; set; }

Property Value

string

Username

[Value("username")]
public string Username { get; set; }

Property Value

string