Click or drag to resize

InputCheckableHtmlFormControl Class

Provides the base implementation for HTML controls that may be checked.
Inheritance Hierarchy

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

The InputCheckableHtmlFormControl type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of the control.
(Inherited from HtmlFormControl.)
Public propertyChecked
Gets or sets whether or not the control is checked.
Public propertyControlType
Gets the type of the control.
(Inherited from InputHtmlFormControl.)
Public propertyDisabled
Gets or sets whether or not the control is disabled.
(Inherited from HtmlFormControl.)
Public propertyEncodedData
Gets the value of the control in application/x-www-form-urlencoded format.
(Inherited from InputHtmlFormControl.)
Public propertyId
Gets the value of the control's id attribute.
(Inherited from HtmlFormControl.)
Public propertyName
Gets the value of the control's name attribute.
(Inherited from HtmlFormControl.)
Public propertyValue
Gets the value of the control.
Top
Methods
  NameDescription
Protected methodAddAttribute
Adds an individual attribute to the control HTML.
(Inherited from HtmlFormControl.)
Protected methodAddAttributes
Parse and add attributes from the control HTML.
(Inherited from HtmlFormControl.)
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
Gets a String that represents the current InputHtmlFormControl
(Inherited from InputHtmlFormControl.)
Top
See Also