BindNeverAttribute 클래스

정의

모델 바인딩에서 속성을 제외해야 했음을 나타냅니다. 속성에 적용하면 모델 바인딩 시스템에서 해당 속성을 제외합니다. 형식에 적용하면 모델 바인딩 시스템은 형식이 정의하는 모든 속성을 제외합니다.

public ref class BindNeverAttribute sealed : Microsoft::AspNetCore::Mvc::ModelBinding::BindingBehaviorAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class BindNeverAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class BindNeverAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindNeverAttribute = class
    inherit BindingBehaviorAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindNeverAttribute = class
    inherit BindingBehaviorAttribute
Public NotInheritable Class BindNeverAttribute
Inherits BindingBehaviorAttribute
상속
BindNeverAttribute
특성

생성자

BindNeverAttribute()

BindNeverAttribute 인스턴스를 초기화합니다.

속성

Behavior

적용할 를 BindingBehavior 가져옵니다.

(다음에서 상속됨 BindingBehaviorAttribute)

적용 대상