Partilhar via


HttpResponseWrapper.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 override string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overrides Property ContentType As String

Valor da propriedade

String

O tipo HTTP MIME da resposta atual. O valor padrão é "text/html".

Exceções

A propriedade ContentType está definida como null.

Aplica-se a