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

요청 본문을 사용하여 매개 변수 또는 속성을 바인딩할 것을 지정합니다.

적용 대상