Click or drag to resize

HtmlFormDefinition Class

Represents the definition of an HTML form.
Inheritance Hierarchy
SystemObject
  NScrape.FormsHtmlFormDefinition

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

The HtmlFormDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of the HTML form.
Public propertyControls
Gets the controls contained within the HTML form.
Public propertyId
Gets the id attribute of the HTML form.
Public propertyPageHtml
Gets the HTML text of the page containing the form.
Top
Methods
  NameDescription
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 methodStatic memberParse
Parses HTML form definitions out of HTML text.
Public methodToString (Inherited from Object.)
Top
See Also