UserProfileAttribute.GetValueProvider(ModelBindingExecutionContext) 方法

定义

获取值提供程序。

public:
 virtual System::Web::ModelBinding::IValueProvider ^ GetValueProvider(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext);
public System.Web.ModelBinding.IValueProvider GetValueProvider (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext);
abstract member GetValueProvider : System.Web.ModelBinding.ModelBindingExecutionContext -> System.Web.ModelBinding.IValueProvider
override this.GetValueProvider : System.Web.ModelBinding.ModelBindingExecutionContext -> System.Web.ModelBinding.IValueProvider
Public Function GetValueProvider (modelBindingExecutionContext As ModelBindingExecutionContext) As IValueProvider

参数

modelBindingExecutionContext
ModelBindingExecutionContext

该执行上下文。

返回

IValueProvider

UserProfileValueProvider 类的新实例。

实现

适用于