RequestConfigurationContentType Property |
The ContentType property contains the media type of the request.
Values assigned to the ContentType property replace any existing contents
when the request sends the Content-type HTTP header.
The default value is null.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic string ContentType { get; set; }Property Value
String
See Also