IStringMinifier::Minify Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A minified representation of thevalue without the following characters:,|\
Minifies a string in a way that can be reversed by this instance of IStringMinifier.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- value
- Type: System::String
The string to be minified.
Return Value
Type: System::StringA minified representation of thevalue without the following characters:,|\
Show: