Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TH.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Html.Elements
6
{
10
public
class
Th
:
HtmlElement
11
{
18
public
Th
(
HtmlDocument
Document
,
HtmlElement
Parent
,
int
StartPosition
)
19
: base(
Document
,
Parent
,
StartPosition
,
"TH"
)
20
{
21
}
22
}
23
}
Waher.Content.Html.Elements.Th
TH element
Definition:
TH.cs:11
Waher.Content.Html.Elements.Th.Th
Th(HtmlDocument Document, HtmlElement Parent, int StartPosition)
TH element
Definition:
TH.cs:18
Waher.Content.Html.HtmlDocument
HTML document.
Definition:
HtmlDocument.cs:14
Waher.Content.Html.HtmlElement
Base class for all HTML elements.
Definition:
HtmlElement.cs:12
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:6
IoTGateway
Content
Waher.Content.Html
Elements
TH.cs
Generated by
1.9.5