ModelState::Value Property
Returns a ValueProviderResult object that encapsulates the value that was being bound during model binding.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property ValueProviderResult^ Value { ValueProviderResult^ get(); void set(ValueProviderResult^ value); }
Show: