共用方式為


ModelBinderProviderContext Class

Definition

public ref class ModelBinderProviderContext abstract
public abstract class ModelBinderProviderContext
type ModelBinderProviderContext = class
Public MustInherit Class ModelBinderProviderContext
Inheritance
ModelBinderProviderContext

Constructors

Name Description
ModelBinderProviderContext()

Properties

Name Description
BindingInfo

Gets the BindingInfo.

Metadata

Gets the ModelMetadata.

MetadataProvider

Gets the IModelMetadataProvider.

Services

Gets the IServiceProvider.

Methods

Name Description
CreateBinder(ModelMetadata, BindingInfo)

Creates an IModelBinder for the given metadata and bindingInfo.

CreateBinder(ModelMetadata)

Creates an IModelBinder for the given metadata.

Applies to