SP.PageRequest.expectedContentType Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Remarks
Applies To

Gets or sets the content type of the request data being sent.

var value = SP.PageRequest.get_expectedContentType(); 
SP.PageRequest.set_expectedContentType(value);

Property Value

Type: String

The expected content type of the request data being sent.

Remarks

The default value of this property is "html".

Applies To

SP.PageRequest Class

See Also

Reference

SP.PageRequest Methods

SP.PageRequest Properties

SP Namespace