Class DataNode
A data node, for contents of style, script tags etc, where contents should not show in text().
Inherited Members
Namespace: Supremes.Nodes
Assembly: Supremes.dll
Syntax
public sealed class DataNode : Node
Properties
WholeData
Get or Set the data contents of this node.
Declaration
public string WholeData { get; set; }
Property Value
Type | Description |
---|---|
System.String | unencoded data |
Remarks
if you want to use fluent API, write using Supremes.Fluent;
.
See Also
Methods
ToString()
Converts the value of this instance to a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |