In web forms I could load a user control via a string replace when parsing data from the database.
Is it possible to do this in MVC? What I am trying to achieve is to allow users in a cms to register a form in a page via a text string [form contact] and then for the controller to replace that with the correct form.
If not, then would jquery work?
Thanks.