PagePorter Class Library

HtmlTag Members

HtmlTag overview

Public Static (Shared) Methods

IsUrl Returns True if the specified HTML tag and attribute represents a URL.

Public Instance Constructors

HtmlTag Constructor Constructs a HtmlTag object.

Public Instance Properties

Collection Gets the object associated with the name/value pairs contained in the object.
TagName Gets the name of the HTML tag.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAttributesString Returns an HTML attribute string that represents the HtmlTag object's name/attribute pairs.
GetErrorPosition Returns the character offset of a name as parsed by the ParseAttributes method.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetValue Gets the first value associated with an HTML attribute name.
GetValues Returns the values associated with an HTML attribute name.
ParseAttributes Parses an HTML attributes string into attribute name/value pairs.
ParseTag Parses an HTML tag into its tag name and attributes.
SetValue Sets the value associated with an HTML attribute name.
SetValues Sets the values associated with an HTML attribute name.
ToString Overrides the ToString method.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HtmlTag Class | Parastream.Web.UI Namespace