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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.