ModelStateDictionary.Keys 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 key sequence.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary::KeyEnumerable Keys { Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary::KeyEnumerable get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerable Keys { get; }
member this.Keys : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerable
Public ReadOnly Property Keys As ModelStateDictionary.KeyEnumerable