menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkMessage - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HyperlinkMessage

    Represents a class which contains the functionalities for the hyperlink message in SfChat.

    Inheritance
    System.Object
    MessageBase
    TextMessage
    HyperlinkMessage
    Implements
    IHyperlinkMessage
    ITextMessage
    IMessage
    Inherited Members
    MessageBase.Author
    MessageBase.AuthorProperty
    MessageBase.Data
    MessageBase.DataProperty
    MessageBase.DateTime
    MessageBase.DateTimeProperty
    MessageBase.HideAfterSelection
    MessageBase.HideAfterSelectionProperty
    MessageBase.IsMessageContentHiddenAfterSelection
    MessageBase.IsSuggestionViewHiddenAfterSelection
    MessageBase.Suggestions
    MessageBase.SuggestionsProperty
    TextMessage.Text
    TextMessage.TextProperty
    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

    Implements

    IHyperlinkMessage
    ITextMessage
    IMessage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved