Wrapper for HTML code manipulations
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlDocument
Namespace: Scanjour.Workflow4.Web.Services.Helpers.Html
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The HtmlDocument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HtmlDocument |
Initializes a new instance of the HtmlDocument class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddJavaScript |
Adds the java script.
|
![]() | AddXmlData(String, XmlDocument) |
Adds the XML data from specified XML document.
|
![]() | AddXmlData(String, XmlNode) |
Adds the XML data from specified XML node.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveTag |
Removes the tag.
|
![]() | SetBase |
Sets the base.
|
![]() | SetCulture |
Sets the culture of the document.
|
![]() | ToString |
Returns the content.
(Overrides ObjectToString.) |
See Also