Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Footer.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public class Footer : HtmlElement
11 {
19 : base(Document, Parent, StartPosition, "FOOTER")
20 {
21 }
22 }
23}
Base class for all HTML elements.
Definition: HtmlElement.cs:12
int StartPosition
Start position of element.
Definition: HtmlNode.cs:60
HtmlDocument Document
HTML Document
Definition: HtmlNode.cs:49
HtmlNode Parent
Parent node, if available.
Definition: HtmlNode.cs:54