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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.