NScrape.Forms Namespace |
Class | Description | |
---|---|---|
![]() | BasicAspxForm |
Represents a basic ASPX form that should do the trick in most cases.
|
![]() | BasicForm |
Provides the base implementation for basic HTML forms.
|
![]() | BasicHtmlForm |
Represents a basic HTML form that should do the trick in most cases.
|
![]() | HtmlForm |
Provides the base implementation for HTML form functionality.
|
![]() | HtmlFormControl |
Provides the base implementation for HTML form controls.
|
![]() | HtmlFormDefinition |
Represents the definition of an HTML form.
|
![]() | HtmlOption |
Represents an HTML select control option.
|
![]() | InputCheckableHtmlFormControl |
Provides the base implementation for HTML controls that may be checked.
|
![]() | InputCheckBoxHtmlFormControl |
Represents an HTML input checkbox control.
|
![]() | InputHtmlFormControl |
Represents an HTML input control.
|
![]() | InputRadioHtmlFormControl |
Represents an HTML input radio control.
|
![]() | SelectHtmlFormControl |
Represents an HTML select control.
|
![]() | TextAreaHtmlFormControl |
Represents an HTML textarea control.
|
Enumeration | Description | |
---|---|---|
![]() | InputHtmlFormControlType |
Indicates the type of HTML control.
|