Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HyperlinkType

    Specifies the hyperlink type.

    Inheritance
    System.Object
    HyperlinkType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HyperlinkType : Enum

    Fields

    Bookmark

    Link to a bookmark. The link that refers to a bookmark.

    Declaration
    public const HyperlinkType Bookmark
    Field Value
    Type Description
    HyperlinkType

    Email

    Link to an e-mail. The link that starts with "mailto:".

    Declaration
    public const HyperlinkType Email
    Field Value
    Type Description
    HyperlinkType

    File

    Link to a file. The link that starts with "file:///".

    Declaration
    public const HyperlinkType File
    Field Value
    Type Description
    HyperlinkType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WebPage

    Link to a web page. The link that starts with "http://", "https://", "www." etc.

    Declaration
    public const HyperlinkType WebPage
    Field Value
    Type Description
    HyperlinkType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved