TaskDialogLinkClickedEventArgs.LinkHref Property

Definition

Gets the value of the href attribute of the link that the user clicked.

public:
 property System::String ^ LinkHref { System::String ^ get(); };
public string LinkHref { get; }
member this.LinkHref : string
Public ReadOnly Property LinkHref As String

Property Value

Remarks

Note: In order to avoid possible security vulnerabilities when showing content from unsafe sources in a task dialog, you should always verify the value of this property before actually opening the link.

Applies to