Show / Hide Table of Contents

Class WebDavFormatterOptions

Options for the WebDAV XML output formatter

Inheritance
Object
WebDavFormatterOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Formatters
Assembly:FubarDev.WebDavServer.dll
Syntax
public class WebDavFormatterOptions

Properties

| Improve this Doc View Source

ContentType

Gets or sets the content type to send

Declaration
[CanBeNull]
public string ContentType { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

NamespacePrefix

Gets or sets the namespace prefix to use

Declaration
[NotNull]
public string NamespacePrefix { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX