alexa
menu

    Show / Hide Table of Contents

    Class MdHyperlink

    Represents a hyperlink in Markdown.

    Inheritance
    System.Object
    MdEntity
    MdHyperlink
    Implements
    IMdInline
    Inherited Members
    MdEntity.Clone()
    MdEntity.Document
    MdEntity.m_document
    MdEntity.Owner
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdHyperlink : MdEntity, 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

    CloneImpl()

    Creates a duplicate copy of the MdHyperlink.

    Declaration
    protected override object CloneImpl()
    Returns
    Type Description
    System.Object

    The reference to the newly created MdHyperlink instance.

    Overrides
    MdEntity.CloneImpl()

    Close()

    Declaration
    public void Close()

    Implements

    IMdInline
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved