开发者

Upgrading MonoRail - $HtmlHelper.InputFile & $HtmlHelper.DateTime missing?

开发者 https://www.devze.com 2023-01-01 06:29 出处:网络
I upgraded MonoRail to the latest version and now $HtmlHelper.InputFile and $HtmlHelper.DateTi开发者_开发知识库me don\'t get parsed. Were these removed and are there equivalents for these now?

I upgraded MonoRail to the latest version and now $HtmlHelper.InputFile and $HtmlHelper.DateTi开发者_开发知识库me don't get parsed. Were these removed and are there equivalents for these now?

Thanks, Justin


$HtmlHelper.InputFile is now $FormHelper.FileField.

It appears that $HtmlHelper.DateTime is gone, even though I see documentation for it and haven't seen anything online indicating that it has been removed. I ended up replacing it with a textbox and using a jQuery date picker.

0

精彩评论

暂无评论...
验证码 换一张
取 消