You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All other methods in the IHtmlHelper interface use expression for parameters with the same purpose as current. TextBox() extensions in HtmlHelperInputExtensions also have expression parameters. IHtmlHelper.TextBox() is the only oddball.
Can we take the slight breaking change to fix this sooner than 2.0?
Problem introduced in 8eb6327 which was (of course) intended to "Make HTML helper parameter names consistent".
The
IHtmlHelper.TextBox()method has the following signatureAll other methods in the
IHtmlHelperinterface useexpressionfor parameters with the same purpose ascurrent.TextBox()extensions inHtmlHelperInputExtensionsalso haveexpressionparameters.IHtmlHelper.TextBox()is the only oddball.Can we take the slight breaking change to fix this sooner than 2.0?