menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HyperlinkType

    Specifies the type of the hyperlink.

    Inheritance
    System.Object
    HyperlinkType
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class HyperlinkType : Enum

    Fields

    Bookmark

    Specifies the link to a bookmark.

    Declaration
    public const HyperlinkType Bookmark
    Field Value
    Type
    HyperlinkType
    Remarks

    The link that refers to a bookmark.

    Email

    Specifies the link to an e-mail.

    Declaration
    public const HyperlinkType Email
    Field Value
    Type
    HyperlinkType
    Remarks

    The link that starts with "mailto:".

    File

    Specifies the link to a file.

    Declaration
    public const HyperlinkType File
    Field Value
    Type
    HyperlinkType
    Remarks

    The link that starts with "file:///"

    Webpage

    Specifies the link to a web page.

    Declaration
    public const HyperlinkType Webpage
    Field Value
    Type
    HyperlinkType
    Remarks

    The link that starts with "http://", "https://", "www." etc.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved