HttpRequestWrapper.ContentType Eigenschap

Definitie

Hiermee haalt u het MIME-inhoudstype van de aanvraag op of stelt u deze in.

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

Waarde van eigenschap

Het MIME-inhoudstype van de aanvraag, zoals 'text/html'.

Van toepassing op