TaskDialogLinkClickedEventArgs.LinkHref Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.