Add System.Web.Mvc.ModelMetadata.Container property
description
It would be great if there will be property Container on ModelMetadata class that will hold current container instance.
Why? It would help to implement generic DropdownListing using templates (http://weblogs.asp.net/rashid/archive/2009/11/27/extending-asp-net-mvc-2-templates.aspx).