ModelBindingResult.IsModelSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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