Click or drag to resize

HtmlFormControl Class

Provides the base implementation for HTML form controls.
Inheritance Hierarchy

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public abstract class HtmlFormControl

The HtmlFormControl type exposes the following members.

Constructors
  NameDescription
Protected methodHtmlFormControl
Initializes a new instance of the HtmlFormControl class
Top
Properties
  NameDescription
Public propertyAttributes
Gets the attributes of the control.
Public propertyDisabled
Gets or sets whether or not the control is disabled.
Public propertyEncodedData
Gets the value of the control in application/x-www-form-urlencoded format.
Public propertyId
Gets the value of the control's id attribute.
Public propertyName
Gets the value of the control's name attribute.
Top
Methods
  NameDescription
Protected methodAddAttribute
Adds an individual attribute to the control HTML.
Protected methodAddAttributes
Parse and add attributes from the control HTML.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also