ResponseAsyncContentType Property
IT Hit WebDAV Classes Reference
Sets the HTTP MIME type of the output stream.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public abstract string ContentType { set; }
Public MustOverride WriteOnly Property ContentType As String
Set
public:
virtual property String^ ContentType {
void set (String^ value) abstract;
}
abstract ContentType : string with set
Property Value
Type:
String
The HTTP MIME type of the output stream.
See Also