New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.Editor.Content.CssExpressionSanitizer

Sanitizer targeting specificly the http://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx Css expressionproperty in IE browsers

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.Editor.Content.CssExpressionSanitizer : IContentSanitizer

Methods

Sanitize

Perform the sanitizing of the input content

Parameters

input System.String

The input presumably containing Css expression that would be stripped

Returns

System.String The sanitized content

In this article