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; }
Public MustOverride ReadOnly Property ContentType As String
Get
public:
virtual property String^ ContentType {
String^ get () abstract;
}
abstract ContentType : string with get
Property Value
Type:
String
A string representing the MIME content type of the incoming request, for example, "text/html".
See Also