FormattedOutboundChatMessage.AppendHyperLink(String, Uri) Method

Definition

Appends the hyper link.

public:
 void AppendHyperLink(System::String ^ displayText, Uri ^ hyperLink);
public void AppendHyperLink (string displayText, Uri hyperLink);
member this.AppendHyperLink : string * Uri -> unit
Public Sub AppendHyperLink (displayText As String, hyperLink As Uri)

Parameters

displayText
String

The display text.

hyperLink
Uri

The hyper link.

Exceptions

displayText is null or empty.

hyperLink is null.

Applies to