Share via


HttpRequestWrapper.ContentType Proprietà

Definizione

Ottiene o imposta il tipo di contenuto MIME della richiesta.

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

Valore della proprietà

String

Tipo di contenuto MIME della richiesta, ad esempio "text/html".

Si applica a