HttpResponseBase.ContentType Propriedade

Definição

Obtém ou define o tipo HTTP MIME 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 de Propriedade

O tipo HTTP MIME da resposta atual.

Exceções

Aplica-se a