ByteArrayModelBinder Class
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::IModelBinder
C#
public class ByteArrayModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type ByteArrayModelBinder = class
interface IModelBinder
Public Class ByteArrayModelBinder
Implements IModelBinder
- Inheritance
-
ByteArrayModelBinder
- Implements
Byte |
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. |
Byte |
Initializes a new instance of ByteArrayModelBinder. |
Bind |
Attempts to bind a model. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |