ModelBindingContext.FallbackToEmptyPrefix Property

Definition

Gets or sets a value that indicates whether the binder should use an empty prefix.

public bool FallbackToEmptyPrefix { get; set; }
member this.FallbackToEmptyPrefix : bool with get, set
Public Property FallbackToEmptyPrefix As Boolean

Property Value

true if the binder should use an empty prefix; otherwise, false.

Applies to