Storing ASP.Net MVC Views in the Database

前端 未结 1 458
你的背包
你的背包 2020-12-07 11:19

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. D

1条回答
  •  广开言路
    2020-12-07 12:16

    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.

    0 讨论(0)
提交回复
热议问题