Back to Devexpress

Hyperlinks.CreateAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-hyperlinks-dot-createasync.md

latest1.0 KB
Original Source

Hyperlinks.CreateAsync Method

NameParametersDescription
CreateAsync(Interval, String, String, String, CancellationToken)interval, url, bookmarkName, tooltip, cancellationTokenCreates a hyperlink.
CreateAsync(Int32, Int32, String, String, String, CancellationToken)startPosition, length, url, bookmarkName, tooltip, cancellationTokenCreates a hyperlink.
CreateAsync(Int32, String, String, String, String, CancellationToken)position, text, url, bookmarkName, tooltip, cancellationTokenCreates a hyperlink.