London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?