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
Методы
Поля
_attributes : Dictionary<string, string>
collection of all the attributes that are defined on the link element