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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
IHtmlHelper
interface useexpression
for parameters with the same purpose ascurrent
.TextBox()
extensions inHtmlHelperInputExtensions
also haveexpression
parameters.IHtmlHelper.TextBox()
is the only oddball.Can we take the slight breaking change to fix this sooner than 2.0?
The text was updated successfully, but these errors were encountered: