7
votes
5answers
626 views
Using aspx Rendering Engine to Generate Non-HTML
Is it possible to use the asp templating engine (With the partial code-behind class, dynamic <% ... %> blocks and such) to generate non HTML? I want to have a clean and maintainable way to gener …
