HtmlOptionSelected Property |
Gets or sets whether or not the option is selected.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public bool Selected { get; set; }
Public Property Selected As Boolean
Get
Set
public:
property bool Selected {
bool get ();
void set (bool value);
}
member Selected : bool with get, set
Property Value
Type:
BooleanSee Also