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

Closed 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;
Comments: In the current v15.1 release of Ajax Control Toolkit, we got rid of this code.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



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