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

O tipo de conteúdo MIME da solicitação, como "text/html".

Aplica-se a