ViewDataDictionary::GetViewDataInfo Method

Returns information about the view data as defined by the expression parameter.

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

public:
ViewDataInfo^ GetViewDataInfo(
	String^ expression
)

Parameters

expression
Type: System::String

A set of key/value pairs that define the view-data information to return.

Return Value

Type: System.Web.Mvc::ViewDataInfo
An object that contains the view data information that is defined by the expression parameter.

ExceptionCondition
ArgumentException

The expression parameter is either nullptr or empty.

Show: