在 ScriptSharp 和 MVC 之间共享模型

发布于 2024-12-02 18:03:14 字数 404 浏览 2 评论 0原文

我想与 MVC 共享我的 scriptsharp 模型,以使用从我的控制器到 javascript 代码的强类型 JSON 响应,反之亦然。 有一个帖子讲了,但是好像没用 旧帖子相同

我的问题是我用 [PreserveCase] 装饰模型类中的成员。这是 postsharp mscorlib.dll 的一部分,我无法在我的 MVC 项目中引用它。因此,在 MVC 项目解决方案上添加模型类的链接不起作用。

在 postSharp 和 MVC 之间共享模型的最佳方式是什么?

诺姆

I would like to share my scriptsharp models with MVC to use strongly typed JSON response from my controllers to the javascript code and vise versa.
There is a post about it but it doesn't seems to work
Old post about the same

my problem is that i decorate the members in the model class with [PreserveCase]. this is part of the postsharp mscorlib.dll which i cannot reference in my MVC project. so adding links to the model class on the MVC project solution doesn't work.

What would be the best way to share models between postSharp and MVC?

Noam

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

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

发布评论

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

评论(1

初懵 2024-12-09 18:03:14

看看这个,

http://blogs.perpetuumsoft.com/ dotnet/json-enabled-wcf-services-part-2/

我能够构建类似的东西,并且它的工作方式就像一个魅力。无论您使用 WCF 还是 MVC,发送 JSON 的原理应该是相同的。

check this out,

http://blogs.perpetuumsoft.com/dotnet/json-enabled-wcf-services-part-2/

I was able to build something similar and it works like a charm. whether you use WCF or MVC, the theory for sending JSON around should be the same.

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