IViewDataContainer Interface

Defines the methods that are required for a view data dictionary.

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

Syntax

'Declaration
Public Interface IViewDataContainer
public interface IViewDataContainer
public interface class IViewDataContainer

The IViewDataContainer type exposes the following members.

Properties

  Name Description
Public property ViewData Gets or sets the view data dictionary.

Top

See Also

Reference

System.Web.Mvc Namespace

Other Resources

Views and UI Rendering in ASP.NET MVC Applications