Request.ContentType Property

IT Hit WebDAV for .NET

Gets or sets the MIME content type of the incoming request.

[Visual Basic]
MustOverride Public ReadOnly Property ContentType As String
[C#]
public abstract string ContentType {get;}

Property Value

A string representing the MIME content type of the incoming request, for example, "text/html".

See Also

Request Class | ITHit.WebDAV.Server Namespace