HttpResponseBase.ContentType Propriété

Définition

Obtient ou définit le type MIME HTTP de la réponse actuelle.

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

Valeur de propriété

Type MIME HTTP de la réponse actuelle.

Exceptions

S’applique à