We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public event FilterUrl is available in HtmlSanitizer.cs but not in IHtmlSanitizer. Other event like RemovingAttribute are included in the interface.
I was using DI parameter IHtmlSanitizer and didn't understand why FilterUrl property is not available.
If there is no reason for this, please add FilterUrl to IHtmlSanitizer
The text was updated successfully, but these errors were encountered:
d8dcf0b
Can you update the beta stream for those of us using 8.2.871-beta?
Sorry, something went wrong.
Add FilterUrl to IHtmlSanitizer (fixes #565)
52b9ad4
Use file scoped namespace Implement VS suggestions Bump version to 9.0
@dsparkplug Done, latest is 9.1.878-beta.
No branches or pull requests
public event FilterUrl is available in HtmlSanitizer.cs but not in IHtmlSanitizer.
Other event like RemovingAttribute are included in the interface.
I was using DI parameter IHtmlSanitizer and didn't understand why FilterUrl property is not available.
If there is no reason for this, please add FilterUrl to IHtmlSanitizer
The text was updated successfully, but these errors were encountered: