HttpRequest.ContentType Property
.NET Framework 3.0
Gets or sets the MIME content type of the incoming request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_ContentType () /** @property */ public void set_ContentType (String value)
public function get ContentType () : String public function set ContentType (value : String)
Not applicable.
Property Value
A string representing the MIME content type of the incoming request, for example, "text/html".Community Additions
ADD
Show: