Skip to content

DAV::getcontenttype

Marten Gajda edited this page Aug 16, 2015 · 5 revisions

###Purpose

Contains the Content-Type header value (from Section 14.17 of RFC 2616) as it would be returned by a GET without accept headers.

###Value

media-type (defined in Section 3.7 of RFC 2616)

###Protected

Potentially protected if the server prefers to assign content types on its own (see also discussion in Section 9.7.1)

###COPY/MOVE behavior

This property value SHOULD be preserved in COPY and MOVE operations.

###Description

This property MUST be defined on any DAV-compliant resource that returns the Content-Type header in response to a GET.

DTD

<!ELEMENT getcontenttype (#PCDATA) >
Clone this wiki locally