Show / Hide Table of Contents

Class Comment

A comment node.

Inheritance
System.Object
Node
Comment
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 Comment : Node

Properties

Data

Get the contents of the comment.

Declaration
public string Data { get; }
Property Value
Type Description
System.String

comment content

Methods

ToString()

Converts the value of this instance to a string.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
Node.ToString()
Back to top Generated by DocFX