HttpRequestWrapper.ContentType Property

Definition

Gets or sets the MIME content type of the request.

public:
 virtual property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public override string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overrides Property ContentType As String

Property Value

The MIME content type of the request, such as "text/html".

Applies to