ParameterBinder 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.
Binds and validates models specified by a ParameterDescriptor.
public ref class ParameterBinder
	public class ParameterBinder
	type ParameterBinder = class
	Public Class ParameterBinder
		- Inheritance
 - 
				ParameterBinder
 
Constructors
| ParameterBinder(IModelMetadataProvider, IModelBinderFactory, IObjectModelValidator, IOptions<MvcOptions>, ILoggerFactory) | 
		 Initializes a new instance of ParameterBinder.  | 
        	
| ParameterBinder(IModelMetadataProvider, IModelBinderFactory, IObjectModelValidator) | 
			 
				Obsolete.
			 
		This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes a MvcOptions accessor and an ILoggerFactory. Initializes a new instance of ParameterBinder.  | 
        	
Properties
| Logger | 
		 The ILogger used for logging in this binder.  |