ViewDataDictionary Constructor (Object)

Initializes a new instance of the ViewDataDictionary class by using the specified model.

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

public function ViewDataDictionary(
	model : Object
)

Parameters

model
Type: System.Object

The model.

Show: