Add a usercontrol as the value of a html attribute
- by dmadden
I am working in a CMS where we use tokens ( which is turned into a user control. Is there a way to add the user control into an attribute value for our template style?
example :
<div class="<$tokenName/$>" /
this currently outputs an encoded user control, which is then not parsed by IIS.