Namespace Cratis.Applications.ModelBinding
Classes
- FromRequestAttribute
Specifies that a parameter or property should be bound using the request body and allowing to be combined with route and query string using [FromRoute], [FromQuery] inside the object.
- FromRequestBindingSource
Represents a binding source for a binding type that allows an object to be bound in a combination of values on the HTTP body, route and querystring.
- FromRequestModelBinder
Represents a IModelBinder for FromRequestBindingSource.
- FromRequestModelBinderProvider
Represents a IModelBinderProvider supporting the FromRequestBindingSource.