与 ASP.net MVC 2 的条件模型绑定

发布于 2024-12-02 02:37:57 字数 164 浏览 2 评论 0原文

我正在使用模型绑定(带有强类型部分视图)来验证搜索表单。

对于“实时”搜索,我需要城市、日期、时间和其他信息,但对于“城市”,我只需要城市。

有没有办法根据是否设置了隐藏输入“searchtype”来有条件地设置模型上的必需属性?

或者模型绑定在这种情况下不起作用?

I am using model binding (with a strongly typed partial view) for my validation of a search form.

For a "live" search I require city, date, time and other things, but for a "city" I only require city.

Is there a way to set the required attribute on my model conditionally, based on whether a hidden input "searchtype" is set?

Or is model binding, not going to work in this situation?

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

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

发布评论

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

评论(1

∞梦里开花 2024-12-09 02:37:57

开箱即用,没有任何类型的 RequiredIfAttribute,而是 MVC FoolProof 验证 具有这些以及许多其他有用的验证属性。

Out of the box, there isn't any kind of RequiredIfAttribute, but MVC FoolProof validation has these plus many other useful validation attributes.

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