DotNetBrowser
1.21.5
|
Contains POST parameters which cannot be represented as FormData or MultipartFormData. More...
Inherits DotNetBrowser.PostData.
Public Member Functions | |
RawData (string rawData) | |
Constructs a new RawData instance with specified parameters. More... | |
Properties | |
string | Data [get, set] |
Gets or sets a string that contains unparsed POST data. More... | |
PostDataContentType | ContentType [get] |
Gets content type. More... | |
![]() | |
PostDataContentType | ContentType [get] |
Gets content type of POST data. More... | |
Contains POST parameters which cannot be represented as FormData or MultipartFormData.
DotNetBrowser.RawData.RawData | ( | string | rawData | ) |
Constructs a new RawData instance with specified parameters.
rawData | a string that contains unparsed POST data. |
|
get |
Gets content type.
|
getset |
Gets or sets a string that contains unparsed POST data.