Class WebDavFormatterOptions
Options for the WebDAV XML output formatter
Inherited Members
Namespace:FubarDev.WebDavServer.Formatters
Assembly:FubarDev.WebDavServer.dll
Syntax
public class WebDavFormatterOptions
Properties
| Improve this Doc View SourceContentType
Gets or sets the content type to send
Declaration
[CanBeNull]
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
String |
NamespacePrefix
Gets or sets the namespace prefix to use
Declaration
[NotNull]
public string NamespacePrefix { get; set; }
Property Value
Type | Description |
---|---|
String |