HttpRequestBase.ContentType Eigenschap

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, haalt of stelt u het MIME-inhoudstype van de aanvraag 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 MIME-inhoudstype van de aanvraag, zoals 'text/html'.

Uitzonderingen

Van toepassing op