ViewDataDictionary.GetViewDataInfo(String) Method
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.
Returns information about the view data as defined by the expression
parameter.
public System.Web.Mvc.ViewDataInfo GetViewDataInfo (string expression);
member this.GetViewDataInfo : string -> System.Web.Mvc.ViewDataInfo
Public Function GetViewDataInfo (expression As String) As ViewDataInfo
Parameters
- expression
- String
A set of key/value pairs that define the view-data information to return.
Returns
An object that contains the view data information that is defined by the expression
parameter.
Exceptions
The expression
parameter is either null or empty.