WebViewPage<TModel>.ViewData Property
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.
Gets or sets a dictionary that contains data to pass between the controller and the view.
public System.Web.Mvc.ViewDataDictionary<TModel> ViewData { get; set; }
member this.ViewData : System.Web.Mvc.ViewDataDictionary<'Model> with get, set
Public Property ViewData As ViewDataDictionary(Of TModel)
Property Value
A dictionary that contains data to pass between the controller and the view.