AjaxHelper<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 the strongly typed version of the view data dictionary.
public System.Web.Mvc.ViewDataDictionary<TModel> ViewData { get; }
member this.ViewData : System.Web.Mvc.ViewDataDictionary<'Model>
Public ReadOnly Property ViewData As ViewDataDictionary(Of TModel)
Property Value
The strongly typed data dictionary of the view.