BodyModelBinder クラス

定義

IModelBinderモデルにバインド ソース Bodyがある場合に をIInputFormatter使用して要求本文からモデルをバインドする 。

public ref class BodyModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class BodyModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type BodyModelBinder = class
    interface IModelBinder
Public Class BodyModelBinder
Implements IModelBinder
継承
BodyModelBinder
実装

コンストラクター

BodyModelBinder(IList<IInputFormatter>, IHttpRequestStreamReaderFactory)

新しい BodyModelBinder を作成します。

BodyModelBinder(IList<IInputFormatter>, IHttpRequestStreamReaderFactory)

新しい BodyModelBinder を作成します。

BodyModelBinder(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory)

新しい BodyModelBinder を作成します。

BodyModelBinder(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory)

新しい BodyModelBinder を作成します。

BodyModelBinder(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory, MvcOptions)

新しい BodyModelBinder を作成します。

BodyModelBinder(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory, MvcOptions)

新しい BodyModelBinder を作成します。

メソッド

BindModelAsync(ModelBindingContext)

モデルのバインドを試みます。

適用対象