ByteArrayModelBinder Třída

Definice

ModelBinder pro vytvoření vazby bajtů polí

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
Dědičnost
ByteArrayModelBinder
Implementuje

Konstruktory

ByteArrayModelBinder()
Zastaralé.

Tento konstruktor je zastaralý a bude odebrán v budoucí verzi. Doporučená alternativa je přetížení, které přebírá ILoggerFactory.

Inicializuje novou instanci ByteArrayModelBinder.

ByteArrayModelBinder(ILoggerFactory)

Inicializuje novou instanci ByteArrayModelBinder.

Metody

BindModelAsync(ModelBindingContext)

Pokusí se vytvořit vazbu modelu.

Platí pro