ModelBinderProviderContext 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.
A context object for GetBinder(ModelBinderProviderContext).
public ref class ModelBinderProviderContext abstract
public abstract class ModelBinderProviderContext
type ModelBinderProviderContext = class
Public MustInherit Class ModelBinderProviderContext
- Inheritance
-
ModelBinderProviderContext
Constructors
ModelBinderProviderContext() |
Properties
BindingInfo |
Gets the BindingInfo. |
Metadata |
Gets the ModelMetadata. |
MetadataProvider |
Gets the IModelMetadataProvider. |
Services |
Gets the IServiceProvider. |
Methods
CreateBinder(ModelMetadata, BindingInfo) |
Creates an IModelBinder for the given |
CreateBinder(ModelMetadata) |
Creates an IModelBinder for the given |