I have scenario where i drag content media in xhtml and through tiny mce I am adding some data tags based on user selection such as data-link, data-type and etc. I needed to have this render settings in partial view so i can change the display of media content.
I have tried looking in to viewbag, view data and etc but could not get renderSettings in view.
If i loop through content fragments i can see above data-link, data-type and etc in render settings of content fragment but not getting it in partial view.
Hi,
I have scenario where i drag content media in xhtml and through tiny mce I am adding some data tags based on user selection such as data-link, data-type and etc. I needed to have this render settings in partial view so i can change the display of media content.
I have tried looking in to viewbag, view data and etc but could not get renderSettings in view.
If i loop through content fragments i can see above data-link, data-type and etc in render settings of content fragment but not getting it in partial view.
Could any one help me in this regard.
Cheers