我无法解决过去两天的问题。
@Html.TextBoxFor(model => model.myObject.dateAssign, String.Format("{0:MM/dd/yy}"))
在这里,dateAssign 是可为空的日期时间。它可能有价值,也可能没有价值。
我不断收到以下错误
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
请给我一些提示或方向