Click or drag to resize
CombinedScriptWriterWriteCombinedScriptFile Method
Outputs the combined script file requested by the HttpRequest to the HttpResponse

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static void WriteCombinedScriptFile(
	Page page,
	HttpContext context
)

Parameters

page
Type: System.Web.UIPage
A Page, representing the HttpHandler
context
Type: System.WebHttpContext
HttpContext for the transaction

Return Value

Type: 
true if the script file was output
See Also