Table of Contents

Class HtmlLinkClickedEventArgs

Namespace
TheArtOfDev.HtmlRenderer.Core.Entities
Assembly
StockSharp.Xaml.dll

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

public sealed class HtmlLinkClickedEventArgs : EventArgs
Inheritance
HtmlLinkClickedEventArgs
Inherited Members
Extension Methods

Constructors

HtmlLinkClickedEventArgs(string, Dictionary<string, string>)

Init.

public HtmlLinkClickedEventArgs(string link, Dictionary<string, string> attributes)

Parameters

link string

the link href that was clicked

attributes Dictionary<string, string>

Properties

Attributes

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

public Dictionary<string, string> Attributes { get; }

Property Value

Dictionary<string, string>

Handled

use to cancel the execution of the link

public bool Handled { get; set; }

Property Value

bool

the link href that was clicked

public string Link { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string