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
IHtmlLinkElementThe 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
Methods
BeginInvoke(IHtmlLinkElement, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IHtmlLinkElement link, AsyncCallback callback, object @object)
Parameters
link
IHtmlLinkElementcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual BaseLinkRelation EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(IHtmlLinkElement)
public virtual BaseLinkRelation Invoke(IHtmlLinkElement link)
Parameters
link
IHtmlLinkElement