PostWebRequestContentType Property |
Gets or sets the content type.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public string ContentType { get; set; }
Public Property ContentType As String
Get
Set
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
member ContentType : string with get, set
Property Value
Type:
StringRemarks
By default, the content type is set to application/x-www-form-urlencoded.
See Also