ByteArrayModelBinder Třída

Definice

ModelBinder k vytvoření vazby bajtových 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 v budoucí verzi bude odebrán. Doporučenou alternativou 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