ModelBinderProviderContext Class

Definition

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)

Creates an IModelBinder for the given metadata.

CreateBinder(ModelMetadata, BindingInfo)

Creates an IModelBinder for the given metadata and bindingInfo.

Applies to