ValueProviderFactoryContext(ActionContext) Construtor
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo ValueProviderFactoryContext.
public:
ValueProviderFactoryContext(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
C#
public ValueProviderFactoryContext (Microsoft.AspNetCore.Mvc.ActionContext context);
new Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext
Public Sub New (context As ActionContext)
- context
- ActionContext
Produto | Versões |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |