FormValueProviderFactory Class

Definition

public ref class FormValueProviderFactory : Microsoft::AspNetCore::Mvc::ModelBinding::IValueProviderFactory
public class FormValueProviderFactory : Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory
type FormValueProviderFactory = class
    interface IValueProviderFactory
Public Class FormValueProviderFactory
Implements IValueProviderFactory
Inheritance
FormValueProviderFactory
Implements

Constructors

FormValueProviderFactory()

Methods

CreateValueProviderAsync(ValueProviderFactoryContext)

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

Applies to