FormattedOutboundChatMessage.AppendHyperLink(String, Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.