Class HyperlinkType
Specifies the hyperlink type.
Inheritance
System.Object
HyperlinkType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.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 |
---|
HyperlinkType |
Link to an e-mail. The link that starts with "mailto:".
Declaration
public const HyperlinkType Email
Field Value
Type |
---|
HyperlinkType |
File
Link to a file. The link that starts with "file:///".
Declaration
public const HyperlinkType File
Field Value
Type |
---|
HyperlinkType |
WebPage
Link to a web page. The link that starts with "http://", "https://", "www." etc.
Declaration
public const HyperlinkType WebPage
Field Value
Type |
---|
HyperlinkType |