IStringMinifier Interface

Visual Studio 2010
.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IStringMinifier

The IStringMinifier type exposes the following members.

  NameDescription
Public methodMinifyMinifies a string in a way that can be reversed by this instance of IStringMinifier.
Public methodRemoveUnminifiedA 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 normalize any internal data structures that reference value.
Public methodUnminifyReverses 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: