This topic has not yet been rated - Rate this topic

FormatterParameterBinding.ReadContentAsync Method

Asynchronously reads the content of FormatterParameterBinding.

Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
public virtual Task<Object> ReadContentAsync(
	HttpRequestMessage request,
	Type type,
	IEnumerable<MediaTypeFormatter> formatters,
	IFormatterLogger formatterLogger
)

Parameters

request
Type: HttpRequestMessage

The request.

type
Type: System.Type

The type.

formatters
Type: System.Collections.Generic.IEnumerable<MediaTypeFormatter>

The formatter.

formatterLogger
Type: System.Net.Http.Formatting.IFormatterLogger

The format logger.

Return Value

Type: System.Threading.Tasks.Task<Object>
The result of the action.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.