SelectList::SelectedValue Property
Gets the list value that was selected by the user.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property Object^ SelectedValue { Object^ get(); private: void set(Object^ value); }
Show:
Gets the list value that was selected by the user.
public: property Object^ SelectedValue { Object^ get(); private: void set(Object^ value); }