HttpResponseBase.ContentType Eigenschap

Definitie

Hiermee haalt u het HTTP MIME-type van het huidige antwoord op of stelt u dit in.

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

Waarde van eigenschap

Het HTTP MIME-type van het huidige antwoord.

Uitzonderingen

Van toepassing op