Table of Contents

Delegate DefaultLinkRelationFactory.Creator

Namespace
AngleSharp.Html
Assembly
AngleSharp.dll

Represents a creator delegate for creating link relation providers.

public delegate BaseLinkRelation DefaultLinkRelationFactory.Creator(IHtmlLinkElement link)

Parameters

link IHtmlLinkElement

The link to create the provider for.

Returns

BaseLinkRelation

The created link relation provider.

Extension Methods

Constructors

Creator(object, nint)

public Creator(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(IHtmlLinkElement, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(IHtmlLinkElement link, AsyncCallback callback, object @object)

Parameters

link IHtmlLinkElement
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual BaseLinkRelation EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

BaseLinkRelation

Invoke(IHtmlLinkElement)

public virtual BaseLinkRelation Invoke(IHtmlLinkElement link)

Parameters

link IHtmlLinkElement

Returns

BaseLinkRelation