ByteArrayModelBinder 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.
ModelBinder to bind byte Arrays.
public ref class ByteArrayModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderpublic class ByteArrayModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBindertype ByteArrayModelBinder = class
    interface IModelBinderPublic Class ByteArrayModelBinder
Implements IModelBinder- Inheritance
- 
				ByteArrayModelBinder
- Implements
Constructors
| ByteArrayModelBinder() | 
				Obsolete.
			 This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory. Initializes a new instance of ByteArrayModelBinder. | 
| ByteArrayModelBinder(ILoggerFactory) | Initializes a new instance of ByteArrayModelBinder. | 
Methods
| BindModelAsync(ModelBindingContext) | Attempts to bind a model. |