IStringMinifier Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides an interface that represents a class that reduces the size of a string.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IStringMinifier type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Minify | Minifies a string in a way that can be reversed by this instance of IStringMinifier. |
![]() | 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. |
![]() | 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. |
Show:
