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
Constructors
SVGAElement()
public SVGAElement()
Properties
Download
[Value("download")]
public string Download { get; set; }
Property Value
Hash
[Value("hash")]
public string Hash { get; set; }
Property Value
Host
[Value("host")]
public string Host { get; set; }
Property Value
Hostname
[Value("hostname")]
public string Hostname { get; set; }
Property Value
Hreflang
[Value("hreflang")]
public string Hreflang { get; set; }
Property Value
Origin
[Value("origin")]
public string Origin { get; }
Property Value
Password
[Value("password")]
public string Password { get; set; }
Property Value
Pathname
[Value("pathname")]
public string Pathname { get; set; }
Property Value
Ping
[Value("ping")]
public string Ping { get; set; }
Property Value
Port
[Value("port")]
public string Port { get; set; }
Property Value
Protocol
[Value("protocol")]
public string Protocol { get; set; }
Property Value
ReferrerPolicy
[Value("referrerPolicy")]
public string ReferrerPolicy { get; set; }
Property Value
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
relattribute.
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.
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.
Search
[Value("search")]
public string Search { get; set; }
Property Value
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
Text
[Value("text")]
public string Text { get; set; }
Property Value
Type
[Value("type")]
public string Type { get; set; }
Property Value
Username
[Value("username")]
public string Username { get; set; }