Compartilhar via


HttpRequestWrapper.ContentType Propriedade

Definição

Obtém ou define o tipo de conteúdo MIME da solicitação.

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 de conteúdo MIME da solicitação, como "texto/HTML".

Aplica-se a