IStringMinifier::RemoveUnminified Method

.NET Framework 4.5

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.

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

void RemoveUnminified(
	String^ value
)

Parameters

value
Type: System::String
The string that may have previously have been minified.
Show: