Choosing an MVC Viewer

I want the end users of my web application to modify the views (via the web back office) stored in the database. It is expected that the desired viewing mechanism will be safe for code entry, which means that the end user will be limited by the absolute minimum number of expressions available, and server code cannot be inserted.

Is any suitable viewing mechanism available?

+3
source share
1 answer

I don’t know a single existing engine, but Phil Haack has a record about storing views in the database: http://haacked.com/archive/2009/04/22/scripted-db-views.aspx

. XSS-, HTML.

+2

Source: https://habr.com/ru/post/1739357/


All Articles