Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Created Unassigned: HtmlAgilityPackSanitizerProvider tag BR [27445]

$
0
0
If run HtmlAgilityPackSanitizerProvider with tag "br" in white list throws an exception. (Because tag.Value in BR tag is NULL)

To resolve this error need to check if null in attributes.

After
foreach (HtmlAttribute a in attr)
{

Add
if(tag.Value == null)
continue;

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>