SelectList.SelectedValue Property

Visual Studio 2010

Gets the list value that was selected by the user.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public Object SelectedValue { get; private set; }

Property Value

Type: System.Object
The selected value.

Community Additions

ADD
Show: