SelectHtmlFormControlOptions Property |
Gets the control's options.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public ReadOnlyCollection<HtmlOption> Options { get; }
Public ReadOnly Property Options As ReadOnlyCollection(Of HtmlOption)
Get
public:
property ReadOnlyCollection<HtmlOption^>^ Options {
ReadOnlyCollection<HtmlOption^>^ get ();
}
member Options : ReadOnlyCollection<HtmlOption> with get
Property Value
Type:
ReadOnlyCollectionHtmlOptionSee Also