C1.Web.Api Namespace / BodyModelBinder<T> Class
Members

BodyModelBinder<T> Class
ModelBinder that reads information from the Request.Body. Please be aware that it is only safe to read the Request's Body one time.
Syntax
'Declaration
 
Public Class BodyModelBinder(Of T) 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Api.BodyModelBinder<T>

See Also