Html.Obout(new OboutButton("btn1") { Enabled = "true" }) Html.Obout(new OboutCheckBox("chk1") { Enabled = "true" }) Html.Obout(new OboutDropDownList("ddl1") { Enabled = "true" }) Html.Obout(new OboutTextBox("txt1") { Enabled = "true"}) Html.Obout(new OboutRadioButton("rbtn1") { Enabled = "true" })