ModelStateDictionary.Keys Property

Definition

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

Property Value

Applies to