9 packages
returned for Tags:"sanitize"
-
17,162 total downloads
-
last updated 10/20/2019
-
Latest version: 0.7.7232.28997
-
html
sanitize
minify
BracketPipe is a .NET library for performing a single-pass streaming parse of angle bracket based hypertext languages like HTML, SVG, and MathML
Web/Html Helper Class Library. Markdown Parser / Html Santizer
Example:
using StackExchange.DataExplorer.Helpers;
Convert Markdown to Html: var html = HtmlUtilities.RawToCooked(form["markdown"])
Santize / Normalize Html: @Html.Raw(HtmlUtilities.Safe(html))
HTML Parsing and Sanitizing utility. Convert HTML to XHTML
Uses HtmlAgilityPack parser to protect against cross-site scripting by sanitizing html text against unrecognized tags and attributes.
HTML is matched against defined whitelisted tags and attributes to ensure only known safe markups are allowed.
Basic usage:
String inputValue = "<a...
More information
Angular Sanitize (angular-sanitize) binding library for Bridge.NET projects.
Sanitize HTML (sanitize-html) binding library for Bridge.NET projects.
Sanitize Filename (sanitize-filename) binding library for Bridge.NET projects.
Mongo Sanitize (mongo-sanitize) binding library for Bridge.NET projects.
DotNet Validator is a .NET library that contains a set of utility methods which could be used to validate or sanitize .NET data-models.