Share via


IStringMinifier.Minify Method

.NET Framework 4

Minifies a string in a way that can be reversed by this instance of IStringMinifier.

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

Syntax

'Declaration
Function Minify ( _
    value As String _
) As String
'Usage
Dim instance As IStringMinifier 
Dim value As String 
Dim returnValue As String 

returnValue = instance.Minify(value)
string Minify(
    string value
)
String^ Minify(
    String^ value
)
abstract Minify : 
        value:string -> string
function Minify(
    value : String
) : String

Parameters

Return Value

Type: System.String
A minified representation of the value without the following characters:,|\

See Also

Reference

IStringMinifier Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace