Click or drag to resize
UseDefaultJsonMediaTypeFormatterAttribute Class
Controller decorated with this attribute uses JsonMediaTypeFormatter to handle JSON formatting.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.WebApiUseDefaultJsonMediaTypeFormatterAttribute

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 11.0.0
Syntax
C#
public sealed class UseDefaultJsonMediaTypeFormatterAttribute : Attribute, 
	IControllerConfiguration

The UseDefaultJsonMediaTypeFormatterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodUseDefaultJsonMediaTypeFormatterAttribute
Top
Methods
  NameDescription
Public methodInitialize
Initializes controller with JsonMediaTypeFormatter to handle JSON formatting.
Top
See Also