Click or drag to resize

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; }

Property Value

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