ValueProviderFactoryContext(ActionContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ValueProviderFactoryContext.
public:
ValueProviderFactoryContext(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
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)
Parameters
- context
- ActionContext
The ActionContext.