ModelBindingResult.IsModelSet Property

Definition

Gets a value indicating whether or not the Model value has been set.

This property can be used to distinguish between a model binder which does not find a value and the case where a model binder sets the null value.

public:
 property bool IsModelSet { bool get(); };
public bool IsModelSet { get; }
member this.IsModelSet : bool
Public ReadOnly Property IsModelSet As Boolean

Property Value

Applies to