Asp.net MVC 接受格式化输入吗?

发布于 2024-08-14 11:11:01 字数 107 浏览 7 评论 0原文

MVC 应用程序中通常如何处理格式化的用户输入?例如,用户输入“1,000.00”作为数字。我有点惊讶默认的 ModelBinder 没有注意到这一点。我会为此创建自己的 ModelBinder 吗?

How is formatted user input typically handled in an MVC application? A user entering "1,000.00" for a number for example. I'm somewhat surprised the default ModelBinder does not pick up on this. Would this be the type of thing I would create my own ModelBinder for?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

桃酥萝莉 2024-08-21 11:11:01

我认为 DefaultModelBinder 使用 CultureInfo.CurrentCulture 来解析数字数据。

I think that DefaultModelBinder use CultureInfo.CurrentCulture to parse numeric data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文