ModelMetadata::IsRequired Property

Visual Studio 2010

Gets or sets a value that indicates whether the model is required.

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

public:
virtual property bool IsRequired {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the model is required; otherwise, false.

The default value for this property is true for non-nullable value types and false for all other types.

Community Additions

ADD
Show: