Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Img.cs
1
namespace
Waher.Content.Html.Elements
2
{
6
public
class
Img
:
HtmlEmptyElement
7
{
14
public
Img
(
HtmlDocument
Document
,
HtmlElement
Parent
,
int
StartPosition
)
15
: base(
Document
,
Parent
,
StartPosition
,
"IMG"
)
16
{
17
}
18
}
19
}
Waher.Content.Html.Elements.Img
IMG element
Definition:
Img.cs:7
Waher.Content.Html.Elements.Img.Img
Img(HtmlDocument Document, HtmlElement Parent, int StartPosition)
IMG element
Definition:
Img.cs:14
Waher.Content.Html.HtmlDocument
HTML document.
Definition:
HtmlDocument.cs:15
Waher.Content.Html.HtmlElement
Base class for all HTML elements.
Definition:
HtmlElement.cs:13
Waher.Content.Html.HtmlEmptyElement
Base class for all empty HTML elements.
Definition:
HtmlEmptyElement.cs:7
Waher.Content.Html.HtmlNode.StartPosition
int StartPosition
Start position of element.
Definition:
HtmlNode.cs:60
Waher.Content.Html.HtmlNode.Document
HtmlDocument Document
HTML Document
Definition:
HtmlNode.cs:49
Waher.Content.Html.HtmlNode.Parent
HtmlNode Parent
Parent node, if available.
Definition:
HtmlNode.cs:54
Waher.Content.Html.Elements
Definition:
A.cs:2
IoTGateway
Content
Waher.Content.Html
Elements
Img.cs
Generated by
1.9.5