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