HtmlUtil Class

Features and functionality for the HTML library.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class HtmlUtil
Inheritance
Object    HtmlUtil

Constructors

HtmlUtilInitializes a new instance of the HtmlUtil class

Properties

HtmlNodeTypes Get a reference to the collection of known HTML node types.
Singles Get a reference to a list of Single Elements not requiring a Closing Tag.

Methods

AppendNodeHtml Append the rendered HTML text of the provided node to the supplied string builder.
Clear Clear the contents of the specified string builder.
DecodeHtmlText(HtmlNodeCollection) Decode the text contents of the provided node collection.
DecodeHtmlText(HtmlNodeItem) Decode the text contents of the provided HTML node.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FixAttributeQuotes Fix all attribute quotes in the provided node collection and its descendants.
GetHashCode
(Inherited from Object)
GetHtmlAttributes Parse and return a collection of attribute names and values from the provided element text.
GetHtmlCommentText Return the text of the provided HTML comment-formatted string.
GetHtmlElements Return a collection of HTML tags present in the source content.
GetHtmlElementTextOnly Return only the text of provided HTML rlement.
GetText(HtmlDocument) Return only the text content of the provided HTML document.
GetText(HtmlNodeItem) Return only the text content of the provided HTML node.
GetType
(Inherited from Object)
GetValue Return the value of the specified group member in the provided match.
MemberwiseClone
(Inherited from Object)
RemoveOuterQuotes Remove the outer quotes from the caller's string and return the new value.
ToString
(Inherited from Object)

See Also