Enum HyperlinkType
Specifies the hyperlink type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum HyperlinkType
Fields
| Name | Description |
|---|---|
| Bookmark | Link to a bookmark. The link that refers to a bookmark. |
Link to an e-mail. The link that starts with "mailto:". |
|
| File | Link to a file. The link that starts with "file:///". |
| WebPage | Link to a web page. The link that starts with "http://", "https://", "www." etc. |