Class HtmlAnchor
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlAnchor : HtmlContainerControlConstructors
HtmlAnchor()
Declaration
public HtmlAnchor()HtmlAnchor(Element)
Properties
HRef
Declaration
public string HRef { get; }Property Value
| System.String 
 | 
Name
Declaration
public string Name { get; }Property Value
| System.String 
 | 
Target
Declaration
public string Target { get; }Property Value
| System.String 
 | 
Title
Declaration
public string Title { get; }Property Value
| System.String 
 |