ModelMetadata.IsNullableValueType Property

.NET Framework (current version)
 

Gets a value that specifies whether the model is a nullable value type.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

member IsNullableValueType : bool with get

Property Value

Type: System.Boolean

true if the model is a nullable value type; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: