IStringMinifier Methods

.NET Framework 4.5

The IStringMinifier type exposes the following members.

  NameDescription
Public method Minify Minifies a string in a way that can be reversed by this instance of IStringMinifier.
Public method RemoveUnminified A call to this function indicates that any future attempt to unminify strings that were previously minified from value may be met with a null return value. This provides an opportunity clean up any internal data structures that reference value.
Public method Unminify Reverses a Minify call that was executed at least once previously on this instance of IStringMinifier without any subsequent calls to RemoveUnminified sharing the same argument as the Minify call that returned value.
Top
Show: