Click or drag to resize

HtmlOption Class

Represents an HTML select control option.
Inheritance Hierarchy
SystemObject
  NScrape.FormsHtmlOption

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

The HtmlOption type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of the option.
Public propertyOption
Gets the option text.
Public propertySelected
Gets or sets whether or not the option is selected.
Public propertyValue
Gets the value of the option.
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 methodToString (Inherited from Object.)
Top
See Also