Home
last modified time | relevance | path

Searched refs:DropDownListFor (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Html/
H A DSelectExtensions.cs49 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
50 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, null /* htmlAtt… in DropDownListFor()
54 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
55 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, HtmlHelper.Anon… in DropDownListFor()
59 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
60 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, htmlAttributes); in DropDownListFor()
64 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
65 …return DropDownListFor(htmlHelper, expression, selectList, optionLabel, null /* htmlAttributes */); in DropDownListFor()
69 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
70 …return DropDownListFor(htmlHelper, expression, selectList, optionLabel, HtmlHelper.AnonymousObject… in DropDownListFor()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Html/
H A DSelectExtensions.cs59 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
61 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, null /* htmlAtt… in DropDownListFor()
65 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
67 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, HtmlHelper.Anon… in DropDownListFor()
71 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
73 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, htmlAttributes); in DropDownListFor()
77 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
79 …return DropDownListFor(htmlHelper, expression, selectList, optionLabel, null /* htmlAttributes */); in DropDownListFor()
83 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
85 …return DropDownListFor(htmlHelper, expression, selectList, optionLabel, HtmlHelper.AnonymousObject… in DropDownListFor()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Html/Test/
H A DSelectExtensionsTest.cs597 () => 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()
809 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, selectList, HtmlHelperTest.AttributesObjec… in DropDownListForWithObjectDictionaryAndSelectListNoOptionLabel()
887 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, MultiSelectListTest.GetSampleIEnumerableOb… in DropDownListForWithIEnumerableSelectListItemSelectsDefaultFromViewData()
906 …MvcHtmlString html = helper.DropDownListFor(m => m.foo, MultiSelectListTest.GetSampleListObjects()… in DropDownListForWithListOfSelectListItemSelectsDefaultFromViewData()
946 …MvcHtmlString html = helper.DropDownListFor(m => m, selectList, HtmlHelperTest.AttributesObjectDic… in DropDownListForWithPrefixAndEmptyName()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/Html/
H A DHtmlHelperExtensions.cs319 …public static MvcHtmlString DropDownListFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper,… in DropDownListFor() method in Microsoft.Web.Mvc.Html.HtmlHelperExtensions
321 return htmlHelper.DropDownListFor( in DropDownListFor()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Web.Mvc.cs2383 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2384 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2385 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2386 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2387 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2388 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.Mvc.cs2382 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2383 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2384 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2385 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2386 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions
2387 …public static System.Web.Mvc.MvcHtmlString DropDownListFor<TModel, TProperty>(this System.Web.Mvc.… in DropDownListFor() method in System.Web.Mvc.Html.SelectExtensions