SelectHtmlFormControlEncodedData Property |
Gets the value of the control in application/x-www-form-urlencoded format.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public override string EncodedData { get; }
Public Overrides ReadOnly Property EncodedData As String
Get
public:
virtual property String^ EncodedData {
String^ get () override;
}
abstract EncodedData : string with get
override EncodedData : string with get
Property Value
Type:
StringSee Also