Class ImageExtensions
- Namespace
- AngleSharp.Html.Dom
- Assembly
- AngleSharp.dll
Useful extension methods for the HtmlImageElement.
public static class ImageExtensions
- Inheritance
-
ImageExtensions
- Inherited Members
Methods
GetSources(IHtmlImageElement)
Gathers the source elements for the provided image element.
public static Stack<IHtmlSourceElement> GetSources(this IHtmlImageElement img)
Parameters
img
IHtmlImageElementThe image to extend.
Returns
- Stack<IHtmlSourceElement>
The stack of source elements.