HttpResponseBase.ContentType Property

Definition

Gets or sets the HTTP MIME type of the current response.

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

Property Value

The HTTP MIME type of the current response.

Exceptions

Applies to