ModelMetadataProvider.GetMetadataForType(Func<Object>, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns metadata for the specified model type.
public:
abstract System::Web::ModelBinding::ModelMetadata ^ GetMetadataForType(Func<System::Object ^> ^ modelAccessor, Type ^ modelType);
public abstract System.Web.ModelBinding.ModelMetadata GetMetadataForType (Func<object> modelAccessor, Type modelType);
abstract member GetMetadataForType : Func<obj> * Type -> System.Web.ModelBinding.ModelMetadata
Public MustOverride Function GetMetadataForType (modelAccessor As Func(Of Object), modelType As Type) As ModelMetadata
Parameters
- modelType
- Type
The type of the model.
Returns
Metadata for the specified model type.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.