IModelBinderProvider Interface
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.
Creates IModelBinder instances. Register IModelBinderProvider
instances in MvcOptions
.
public interface class IModelBinderProvider
public interface IModelBinderProvider
type IModelBinderProvider = interface
Public Interface IModelBinderProvider
- Derived
Methods
GetBinder(ModelBinderProviderContext) |
Creates a IModelBinder based on ModelBinderProviderContext. |