0
votes
i need a C# library about strict HTML validation and filtering
Jeff Atwood posted some code for HTML tag filtering and sanitizing a while back. From your brief description it sounds like something you might want to look into.
…
0
votes
Link to current page without query string
You can link to the current page you're on with:
<a href="#">blah</a>
…
