Class HyperlinkMessage
Represents a class which contains the functionalities for the hyperlink message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class HyperlinkMessage : TextMessage, IHyperlinkMessage, ITextMessage, IMessage
Constructors
HyperlinkMessage()
Declaration
public HyperlinkMessage()
Fields
UrlProperty
Identifies the Url Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty UrlProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Url
Gets or sets the URL to be loaded as a message.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |