Documentation > CMS Template API Library > PostHttpParams
CrownPeak.CMSAPI.PostHttpParams : CrownPeak.CMSAPI.HttpParams
Parameters to be used in Util.PostHttp.
Name | Description | Type |
---|---|---|
ContentType | The Content-Type of the POST request. |
Field |
PostData | The data that will be sent in the POST request. |
Field |
Headers | The list of headers that will be sent in the GET request. |
Field |
AddHeader | Adds the given header to the headers list. |
Method |
TimeOut | This is the timeout value in seconds. |
Property |