RequestAsyncContentType Property
IT Hit WebDAV Classes Reference
Gets the MIME content type of the incoming request.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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