PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Minifies the specified Javascript file to the given destination file.

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public void Minify(
	 src,
	 dst
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub Minify ( _
	src As , _
	dst As  _
)

Parameters

src
TextReader
The source text reader.
dst
TextWriter
The destination text writer.

See Also

Advanced