ValidationMetadata.ValidatorMetadata 属性

定义

获取验证器的元数据项的列表。

public:
 property System::Collections::Generic::IList<System::Object ^> ^ ValidatorMetadata { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> ValidatorMetadata { get; }
member this.ValidatorMetadata : System.Collections.Generic.IList<obj>
Public ReadOnly Property ValidatorMetadata As IList(Of Object)

属性值

注解

IValidationMetadataProvider 实现应在此列表中存储元数据项,以供稍后使用 IModelValidatorProvider

适用于