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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.