Reporter | Drew Noakes (drewnoakes) |
---|---|
Created | Mar 6, 2011 11:01:25 PM |
Updated | Jan 25, 2012 7:13:07 PM |
Resolved | Jan 25, 2012 3:46:37 PM |
Priority | Normal |
Type | Feature |
Fix versions | 6.0 |
State | Fixed |
Assignee | Ilya Ryzhenkov (orangy) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | 6.5.1.3403 |
public static class DropDownListHelper { public static MvcHtmlString DropDownListForEnum(this HtmlHelper<TModel> htmlHelper){} }
In this code TModel is unknown. It'd be nice to have QFs for:
- Add TModel as type argument to method
- Add TModel as type argument to containing type