Hi,
Does anyone have experience with Microsoft's AntiXSS library (http://www.microsoft.com/downloads/details.aspx?familyid=efb9c819-53ff-4f82-bfaf-e11625130c25&displaylang=en)
If I have an iframe what should I use to encode the src attribute.
Should I use HtmlAttributeEncode(), or UrlEncode()? I suppose I could use HtmlAttributeEncode( UrlEncode( ) ) but the documentation cautions against using more the one encoding.
Any insights greatly appreciated.
Paul


Reply With Quote
Bookmarks