ByteArrayModelBinder Class

Definition

ModelBinder to bind byte Arrays.

public ref class ByteArrayModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class ByteArrayModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type ByteArrayModelBinder = class
    interface IModelBinder
Public 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.

Applies to