BasicFormRadioControls Property |
Gets the HTML input radio controls contained within the form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public IEnumerable<InputRadioHtmlFormControl> RadioControls { get; }
Public ReadOnly Property RadioControls As IEnumerable(Of InputRadioHtmlFormControl)
Get
public:
property IEnumerable<InputRadioHtmlFormControl^>^ RadioControls {
IEnumerable<InputRadioHtmlFormControl^>^ get ();
}
member RadioControls : IEnumerable<InputRadioHtmlFormControl> with get
Property Value
Type:
IEnumerableInputRadioHtmlFormControlSee Also