ComplexTypeModelBinderProvider Class
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.
Caution
This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinderProvider instead.
An IModelBinderProvider for complex types.
public ref class ComplexTypeModelBinderProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider
public class ComplexTypeModelBinderProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider
[System.Obsolete("This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinderProvider instead.")]
public class ComplexTypeModelBinderProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider
type ComplexTypeModelBinderProvider = class
interface IModelBinderProvider
[<System.Obsolete("This type is obsolete and will be removed in a future version. Use ComplexObjectModelBinderProvider instead.")>]
type ComplexTypeModelBinderProvider = class
interface IModelBinderProvider
Public Class ComplexTypeModelBinderProvider
Implements IModelBinderProvider
- Inheritance
-
ComplexTypeModelBinderProvider
- Attributes
- Implements
Constructors
ComplexTypeModelBinderProvider() |
Methods
GetBinder(ModelBinderProviderContext) |
Creates a IModelBinder based on ModelBinderProviderContext. |