Click or drag to resize

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; }

Property Value

Type: String
Remarks
By default, the content type is set to application/x-www-form-urlencoded.
See Also