Share via


HttpResponseBase.ContentType Propiedad

Definición

Obtiene o establece el tipo MIME HTTP de la respuesta actual.

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

Valor de propiedad

Tipo MIME HTTP de la respuesta actual.

Excepciones

Se aplica a