Tagged Questions
The inline-xml tag has no wiki summary.
0
votes
1answer
386 views
How to include dynamic markup in inline XML without it being encoded
I would like to create a HtmlHelper function for a specific kind of dropdown that appears on many pages in my app. I'm basically just trying to add some decoration around the existing DropDownList ...
0
votes
2answers
79 views
Inserting Variable into Inline XML in VS2008
so i have some inline XML
Dim x As XElement = _
<parent>
<child></child>
</parent>
what I want to do is get some variables that have been ...