AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.2" />

.NET API 1,223,680 bytes

 InteractivityEvent<T>

public class InteractivityEvent<T> : Event
The event that is published in case of an interactivity request coming from the dynamic DOM.
public T Data { get; }

Gets the transported data.

public Task Result { get; }

Gets the currently set result, if any.

public InteractivityEvent(string eventName, T data)

Creates a new event for an interactivity request.

public void SetResult(Task value)

Sets the result to the given value. Multiple results will be combined accordingly.