IStringMinifier.RemoveUnminified Method
.NET Framework 4
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 normalize any internal data structures that reference value.
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Sub RemoveUnminified ( _
value As String _
)
'Usage
Dim instance As IStringMinifier
Dim value As String
instance.RemoveUnminified(value)
void RemoveUnminified(
string value
)
void RemoveUnminified(
String^ value
)
abstract RemoveUnminified :
value:string -> unit
function RemoveUnminified(
value : String
)
Parameters
- value
Type: System.String
The string that may have previously have been minified.