Namespace Cuemon.AspNetCore.Mvc.Filters.ModelBinding
Assembly: Cuemon.AspNetCore.Mvc.dll
Control ASP.NET Core model binding at a granular level by disabling binding for specific properties or parameters. Use this namespace when you need to exclude certain parameters from model binding in your MVC controllers. Start with DisableModelBindingAttribute to annotate parameters or properties that should be excluded.
Availability: .NET 10 and .NET 9
Complements: Microsoft.AspNetCore.Mvc.ModelBinding namespace 🔗
Classes
DisableModelBindingAttribute
Provides a generic way to disable IValueProviderFactory implementations used for model binding.