summaryP:DotNetNuke.Web.Mvc.Helpers.DnnHelper`1.ViewData

Namespace: DotNetNuke.Web.Mvc.Helpers
Assembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)

Syntax

C#
public ViewDataDictionary<TModel> ViewData { get; }
Visual Basic
Public ReadOnly Property ViewData As ViewDataDictionary(Of TModel)
	Get

See Also