Click or drag to resize

OwinDavResponseContentType Property

IT Hit WebDAV Classes Reference
Sets the HTTP MIME type of the output stream.

Namespace: ITHit.WebDAV.Server.Extensibility
Assembly: ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public override string ContentType { set; }

Property Value

Type: String
The HTTP MIME type of the output stream.
See Also