Share via


DynamicViewPage.ViewData Property

 

Gets the dynamic view data of this page.

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

Syntax

public object ViewData { get; }
public:
property Object^ ViewData {
    Object^ get();
}
member ViewData : Object with get
Public ReadOnly Property ViewData As Object

Property Value

Type: System.Object

The dynamic view data of this page.

See Also

DynamicViewPage Class
Microsoft.Web.Mvc Namespace

Return to top