HtmlLinkClickedEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

Raised when the user clicks on a link in the html.

继承自: EventArgs

构造函数

HtmlLinkClickedEventArgs(string, Dictionary<string, string>)

Init.

link
the link href that was clicked
attributes

属性

Attributes : Dictionary<string, string>

collection of all the attributes that are defined on the link element

Handled : bool

use to cancel the execution of the link

方法

ToString() : string

Returns a string that represents the current object.

字段

_attributes : Dictionary<string, string>

collection of all the attributes that are defined on the link element

_handled : bool

use to cancel the execution of the link