Show / Hide Table of Contents

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 Source

Attributes

Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
| Improve this Doc View Source

HRef

Declaration
public string HRef { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX