Encog 1.1 for DotNet
HTMLTag Class
NamespacesEncog.Bot.HTMLHTMLTag
HTMLTag: This class holds a single HTML tag. This class subclasses the AttributeList class. This allows the HTMLTag class to hold a collection of attributes, just as an actual HTML tag does.
Declaration Syntax
C#Visual BasicVisual C++
public class HTMLTag
Public Class HTMLTag
public ref class HTMLTag
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
HTMLTag()()()
Initializes a new instance of the HTMLTag class

Clear()()()
Clear out this tag.

Ending
Is this tag both a beginning and an ending tag.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(String])])
Access the individual attributes by name.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name of the tag.

SetAttribute(String, String)
Set the specified attribute.

ToString()()()
Convert this tag back into string form, with the beginning < and ending >.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
HTMLTag

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)