DefaultModelMetadata.Attributes Property
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.
Gets the set of attributes for the current instance.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ Attributes { Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes Attributes { get; }
member this.Attributes : Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public ReadOnly Property Attributes As ModelAttributes