Click or drag to resize

DavRequestContentType Property

IT Hit WebDAV Classes Reference
Gets the MIME content type of the incoming request.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
public abstract string ContentType { get; }

Property Value

Type: String
A string representing the MIME content type of the incoming request, for example, "text/html".
See Also