alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MdHyperlink

    Represents a hyperlink in Markdown.

    Inheritance
    object
    MdHyperlink
    Implements
    IMdInline
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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
    string

    ScreenTip

    Gets or sets screen tip of hyperlink

    Declaration
    public string ScreenTip { get; set; }
    Property Value
    Type
    string

    Url

    Gets or sets hyperlink

    Declaration
    public string Url { get; set; }
    Property Value
    Type
    string

    Methods

    Close()

    Declaration
    public void Close()

    Implements

    IMdInline
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved