I have Created a Dynamic Content control and added a View with the same name in the Shared folder. This ensures that I get a View of the control when it is rendered. But when I am in the TinyMCE editor and click the Preview button, I have to implement the IDynamicContentView interface and do my logic in the public void Render(TextWriter writer) method. Does anyone know how I can get this metod to return my View?
Hi,
I have Created a Dynamic Content control and added a View with the same name in the Shared folder. This ensures that I get a View of the control when it is rendered. But when I am in the TinyMCE editor and click the Preview button, I have to implement the IDynamicContentView interface and do my logic in the public void Render(TextWriter writer) method. Does anyone know how I can get this metod to return my View?