Class HtmlAnchor
Inheritance
System.Object
HtmlAnchor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Argotic.Common
Assembly: Argotic.Common.dll
Syntax
public class HtmlAnchor
Properties
| Improve this Doc View SourceAttributes
Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
HRef
Declaration
public string HRef { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |