Partilhar via


HttpResponseBase.ContentType Propriedade

Definição

Obtém ou define o tipo MIME HTTP da resposta atual.

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 da propriedade

String

O tipo HTTP MIME da resposta atual.

Exceções

Aplica-se a