BindingBehavior Enum

Definition

Enumerates model-binding behavior options.

C#
public enum BindingBehavior
Inheritance
BindingBehavior

Fields

Name Value Description
Optional 0

The property should be model bound if a value is available from the value provider.

Never 1

The property should be excluded from model binding.

Required 2

The property is required for model binding.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1