ClassHtmlAnchor
Class
Test class for an HtmlAnchor element <a href="...">...</a>
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlAnchor : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlAnchor
Derived Classes:
Inherited Members
Constructors
HtmlAnchor(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlAnchor(Element element)
Parameters
element
The base element.
Properties
HRef
Gets the URL of the linked resource.
Name
Gets the name of a link.
Target
Gets where to open a link.
Methods
AssignElement(Element)
Assign this control a base element. Performs any initialization for this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element to assign.
Overrides