ServicesModelBinder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IModelBinder which binds models from the request services when a model has the binding source Services.
public ref class ServicesModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class ServicesModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type ServicesModelBinder = class
interface IModelBinder
Public Class ServicesModelBinder
Implements IModelBinder
- Inheritance
-
ServicesModelBinder
- Implements
Constructors
ServicesModelBinder() |
Methods
BindModelAsync(ModelBindingContext) |
Attempts to bind a model. |