JQueryMvcFormUrlEncodedFormatter Properties

 

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Properties

Name Description
System_CAPS_pubproperty MaxDepth

Gets or sets the maximum depth allowed by this formatter.(Inherited from FormUrlEncodedMediaTypeFormatter.)

System_CAPS_pubproperty MediaTypeMappings

Gets the mutable collection of MediaTypeMapping objects that match HTTP requests to media types.(Inherited from MediaTypeFormatter.)

System_CAPS_pubproperty ReadBufferSize

Gets or sets the size of the buffer when reading the incoming stream.(Inherited from FormUrlEncodedMediaTypeFormatter.)

System_CAPS_pubproperty RequiredMemberSelector

Gets or sets the IRequiredMemberSelector instance used to determine required members.(Inherited from MediaTypeFormatter.)

System_CAPS_pubproperty SupportedEncodings

Gets the mutable collection of character encodings supported bythis MediaTypeFormatter.(Inherited from MediaTypeFormatter.)

System_CAPS_pubproperty SupportedMediaTypes

Gets the mutable collection of media types supported bythis MediaTypeFormatter.(Inherited from MediaTypeFormatter.)

See Also

JQueryMvcFormUrlEncodedFormatter Class
System.Web.Http.ModelBinding Namespace

Return to top