HttpResponseBase.ContentType Proprietà

Definizione

Ottiene o imposta il tipo MIME HTTP della risposta corrente.

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

Valore della proprietà

Tipo MIME HTTP della risposta corrente.

Eccezioni

Si applica a