ModelMetadataProviderExtensions.GetMetadataForProperty Metoda

Definicja

Pobiera właściwość ModelMetadata for zidentyfikowaną przez podane containerType wartości i propertyName.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ GetMetadataForProperty(Microsoft::AspNetCore::Mvc::ModelBinding::IModelMetadataProvider ^ provider, Type ^ containerType, System::String ^ propertyName);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata GetMetadataForProperty (this Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider provider, Type containerType, string propertyName);
static member GetMetadataForProperty : Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider * Type * string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
<Extension()>
Public Function GetMetadataForProperty (provider As IModelMetadataProvider, containerType As Type, propertyName As String) As ModelMetadata

Parametry

containerType
Type

Właściwość Type , dla której zdefiniowano właściwość .

propertyName
String

Nazwa właściwości.

Zwraca

A ModelMetadata dla właściwości .

Dotyczy