API ReferenceSandbox.Html
INodeclass
object→INode
Methods6
Showing 6 methods
public virtual bool GetAttributeBool(string name, bool def = False)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| def = False | bool | — |
Returns:
bool—public virtual float GetAttributeFloat(string name, float def = 0)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| def = 0 | float | — |
Returns:
float—public virtual int GetAttributeInt(string name, int def = 0)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| def = 0 | int | — |
Returns:
int—No results match this filter.
Properties8
Showing 8 properties
public virtual System.Collections.Generic.IEnumerable`1<Sandbox.Html.INode> Sandbox.Html.INode.Children { get; set; }
public virtual string Sandbox.Html.INode.InnerHtml { get; set; }
Returns:
string—public virtual bool Sandbox.Html.INode.IsComment { get; set; }
Returns:
bool—public virtual bool Sandbox.Html.INode.IsDocument { get; set; }
Returns:
bool—public virtual bool Sandbox.Html.INode.IsElement { get; set; }
Returns:
bool—public virtual bool Sandbox.Html.INode.IsText { get; set; }
Returns:
bool—public virtual string Sandbox.Html.INode.Name { get; set; }
Returns:
string—public virtual string Sandbox.Html.INode.OuterHtml { get; set; }
Returns:
string—No results match this filter.