Interface IHyperlinkMessage
Defines properties that can be used to display a hyperlink message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public interface IHyperlinkMessage : ITextMessage, IMessage
  Properties
Url
Gets or sets the hyperlink to be loaded as a message.
Declaration
string Url { get; set; }
  Property Value
| Type | 
|---|
| System.String |