This topic has not yet been rated - Rate this topic

CachedAssociatedMetadataProvider<TModelMetadata>.GetMetadataForProperties Method

Gets the metadata for the properties.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public override sealed IEnumerable<ModelMetadata> GetMetadataForProperties(
	Object container,
	Type containerType
)

Parameters

container
Type: System.Object

The container.

containerType
Type: System.Type

The container type.

Return Value

Type: System.Collections.Generic.IEnumerable<ModelMetadata>
The metadata for the properties.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.