Click or drag to resize

RequestConfigurationMediaType Property

A String that identifies the media type of the current request. The default value is null.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string MediaType { get; set; }

Property Value

String
Remarks
The value of this property affects the property. When this property is set in the current instance, the corresponding media type is chosen from the list of character sets returned in the response HTTP Content-type header.
See Also