Class MdHyperlink
Represents a hyperlink in Markdown.
Inheritance
System.Object
MdHyperlink
Implements
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: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdHyperlink : IMdInline
Constructors
MdHyperlink()
Declaration
public MdHyperlink()
Properties
DisplayText
Gets or sets display text of hyperlink
Declaration
public string DisplayText { get; set; }
Property Value
| Type |
|---|
| System.String |
ScreenTip
Gets or sets screen tip of hyperlink
Declaration
public string ScreenTip { get; set; }
Property Value
| Type |
|---|
| System.String |
Url
Gets or sets hyperlink
Declaration
public string Url { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
Close()
Declaration
public void Close()