在数据库中存储 ASP.Net MVC 视图

发布于 2024-08-25 13:07:16 字数 319 浏览 8 评论 0原文

对于 ASP.Net MVC 应用程序,我有兴趣在数据库中存储一些视图和/或部分视图,以便一些半技术用户可以执行一些基本的视图逻辑。有人对此有任何建议或经验教训吗?

我知道 Phil Haack 就此写了一篇博客文章一年前。他使用 IronRuby 来编写他的观点(这对我来说很好)。他创建了一个快速的概念验证,但我找不到有关该主题的任何其他信息。

任何想法、想法、提示等将不胜感激。

谢谢!

For an ASP.Net MVC application, I'm interested in storing some views and/or partial views in the database so that a few semi-technical users can do some basic view logic. Does anyone have any tips or lessons from experience on doing this?

I know Phil Haack wrote a blog post on this about a year ago. He used IronRuby for scripting his views, (which would be fine for me). He created a quick proof-of-concept, but I can't find any other information on the topic.

Any ideas, thoughts, tips, etc would be appreciated.

Thanks!

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

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

发布评论

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

评论(1

红玫瑰 2024-09-01 13:07:16

给你。您所需要的只是编写一个自定义 VirtualPathProvider 并在 ASP.NET 托管环境中注册它。也适用于经典的 WebForm。

Here you go. All that you need is to write a custom VirtualPathProvider and register it within the ASP.NET hosting environment. Works also with classic WebForms.

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