Show / Hide Table of Contents

Class DataNode

A data node, for contents of style, script tags etc, where contents should not show in text().

Inheritance
System.Object
Node
DataNode
Inherited Members
Node.Attr(String)
Node.Attributes
Node.Attr(String, String)
Node.HasAttr(String)
Node.RemoveAttr(String)
Node.BaseUri
Node.AbsUrl(String)
Node.ChildNode(Int32)
Node.ChildNodes
Node.ChildNodesCopy()
Node.ChildNodeSize
Node.Parent
Node.OwnerDocument
Node.Remove()
Node.Before(String)
Node.Before(Node)
Node.After(String)
Node.After(Node)
Node.Wrap(String)
Node.Unwrap()
Node.ReplaceWith(Node)
Node.SiblingNodes
Node.NextSibling
Node.PreviousSibling
Node.SiblingIndex
Node.OuterHtml
Node.Equals(Object)
Node.GetHashCode()
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
FluentUtility

Methods

ToString()

Converts the value of this instance to a string.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
Node.ToString()

Extension Methods

FluentUtility.WholeData(DataNode, String)
Back to top Generated by DocFX