Lines Matching refs:DropDownListFor

597                 () => helper.DropDownListFor<object, object>(null /* expression */, selectList),  in DropDownListForWithNullExpressionThrows()
610 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, (string)null /* optionLabel */… in DropDownListForUsesExplicitValueIfNotProvidedInViewData()
633 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, (string)null /* optionLabel */… in DropDownListForUsesExplicitValueIfNotProvidedInViewData_Unobtrusive()
657 MvcHtmlString html = helper.DropDownListFor(m => m.ElementAt(0).foo, selectList); in DropDownListForWithEnumerableModel_Unobtrusive()
676 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, (string)null /* optionLabel */… in DropDownListForUsesViewDataDefaultValue()
695 MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList); in DropDownListForUsesViewDataDefaultValueNoOptionLabel()
714 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, null /* optionLabel */, HtmlHe… in DropDownListForWithAttributesDictionary()
733 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, null /* optionLabel */, HtmlHe… in DropDownListForWithErrors()
752 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, null /* optionLabel */, new { … in DropDownListForWithErrorsAndCustomClass()
771 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, null /* optionLabel */, HtmlHe… in DropDownListForWithObjectDictionary()
790 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, null /* optionLabel */, HtmlHe… in DropDownListForWithObjectDictionaryWithUnderscores()
809 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, HtmlHelperTest.AttributesObjec… in DropDownListForWithObjectDictionaryAndSelectListNoOptionLabel()
828 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, HtmlHelperTest.AttributesObjec… in DropDownListForWithObjectDictionaryWithUnderscoresAndSelectListNoOptionLabel()
847 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, String.Empty /* optionLabel */… in DropDownListForWithObjectDictionaryAndEmptyOptionLabel()
867 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, "[Select Something]", HtmlHelp… in DropDownListForWithObjectDictionaryAndTitle()
887 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, MultiSelectListTest.GetSampleIEnumerableOb… in DropDownListForWithIEnumerableSelectListItemSelectsDefaultFromViewData()
906 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, MultiSelectListTest.GetSampleListObjects()… in DropDownListForWithListOfSelectListItemSelectsDefaultFromViewData()
926 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, HtmlHelperTest.AttributesObjec… in DropDownListForWithPrefix()
946 …MvcHtmlString html = helper.DropDownListFor(m => m, selectList, HtmlHelperTest.AttributesObjectDic… in DropDownListForWithPrefixAndEmptyName()
966 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, MultiSelectListTest.GetSampleIEnumerableOb… in DropDownListForWithPrefixAndIEnumerableSelectListItemSelectsDefaultFromViewData()