MVC3 LDAP 查找

发布于 2024-12-12 08:54:15 字数 137 浏览 0 评论 0原文

我有一个 MVC3 项目,要求使用 LDAP 填充我的模型类之一上的多个人员属性。我之前在 .Net 3.5 中做过这个,但不确定如何在 MVC3 中实现它。我是否会采取相同的方法,或者 MVC3 中是否有 HTML 帮助程序或其他一些我可以/应该使用的机制?

I have an MVC3 project with a requirement to use LDAP to fill in several personnel properties on one of my Model classes. I have done this before in .Net 3.5 but wasn't sure how to approach it in MVC3. Would I take the same approach or is there an HTML helper or some other mechanism in MVC3 that I could/should use?

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

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

发布评论

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

评论(1

善良天后 2024-12-19 08:54:15

继续做你一直在做的事情。构建 ViewModel 时(最好在存储库层中),您可以使用 LDAP 作为必要属性的数据源。

您不想在视图中执行此操作,因为视图不应具有除表示逻辑之外的任何逻辑。

Keep doing what you have been doing. When building your ViewModel (preferably in a repository layer), you can use LDAP as your data source for the necessary properties.

You do not want to do this in a view, as the view should not have any logic other than presentation logic.

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