ModelStateDictionary.Values Property

Definition

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

Property Value

Applies to