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.