SelectList.SelectedValue Property

 

Gets the list value that was selected by the user.

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

Public Property SelectedValue As Object
	Get
	Private Set
End Property

Property Value

Type: System.Object

The selected value.

Return to top
Show: