IValueProviderFactory.CreateValueProviderAsync Method

Definition

Creates a IValueProvider with values from the current request and adds it to ValueProviders list.

public:
 System::Threading::Tasks::Task ^ CreateValueProviderAsync(Microsoft::AspNetCore::Mvc::ModelBinding::ValueProviderFactoryContext ^ context);
public System.Threading.Tasks.Task CreateValueProviderAsync (Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext context);
abstract member CreateValueProviderAsync : Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext -> System.Threading.Tasks.Task
Public Function CreateValueProviderAsync (context As ValueProviderFactoryContext) As Task

Parameters

Returns

A Task that when completed will add an IValueProvider instance to ValueProviders list if applicable.

Applies to