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.
Defines methods that enable dynamic implementations of model binding for classes that implement the IModelBinder interface.
public interface IModelBinderProvider
type IModelBinderProvider = interface
Public Interface IModelBinderProvider
Methods
GetBinder(Type) |
Returns the model binder for the specified type. |