FromBodyAttribute クラス

定義

要求本文を使用してパラメーターまたはプロパティをバインドすることを指定します。

public ref class FromBodyAttribute : Attribute, Microsoft::AspNetCore::Mvc::ModelBinding::IBindingSourceMetadata
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class FromBodyAttribute : Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class FromBodyAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.IFromBodyMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type FromBodyAttribute = class
    inherit Attribute
    interface IBindingSourceMetadata
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type FromBodyAttribute = class
    inherit Attribute
    interface IBindingSourceMetadata
    interface IFromBodyMetadata
Public Class FromBodyAttribute
Inherits Attribute
Implements IBindingSourceMetadata
Public Class FromBodyAttribute
Inherits Attribute
Implements IBindingSourceMetadata, IFromBodyMetadata
継承
FromBodyAttribute
属性
実装

コンストラクター

FromBodyAttribute()

要求本文を使用してパラメーターまたはプロパティをバインドすることを指定します。

プロパティ

BindingSource

BindingSource を取得します。

EmptyBodyBehavior

本文モデル バインドで空の入力を有効として扱う必要があるかどうかを決定する値を取得または設定します。

明示的なインターフェイスの実装

IFromBodyMetadata.AllowEmpty

要求本文を使用してパラメーターまたはプロパティをバインドすることを指定します。

適用対象