Click or drag to resize
HtmlUtils Class
Utility functions to handle HTML-related tasks.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Web.UtilsHtmlUtils

Namespace: PDTec.IceNet.Web.Utils
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static class HtmlUtils

The HtmlUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleAddScriptReference
Adds a script resource to the Scripts collection of a ScriptManager instance.
Public methodStatic memberCalculatePageSteps
Calculates pagination steps.
Public methodStatic memberCreateVerticalAlignmentTable
Creates a surrounding table for vertical alignment.
Public methodStatic memberCode exampleGetScriptReference
Creates a script reference for use on an ASP.NET Web page. Add the script reference to the Scripts collection of a ScriptManager instance.
Top
See Also