Compartir a través de


HttpRequestWrapper.ContentType Propiedad

Definición

Obtiene o establece el tipo de contenido MIME de la solicitud.

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 de propiedad

String

Tipo de contenido MIME de la solicitud, como "text/html".

Se aplica a