CombinedScriptWriterWriteCombinedScriptFile Method |
Outputs the combined script file requested by the HttpRequest to the HttpResponse
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static void WriteCombinedScriptFile(
Page page,
HttpContext context
)
Public Shared Sub WriteCombinedScriptFile (
page As Page,
context As HttpContext
)
public:
static void WriteCombinedScriptFile(
Page^ page,
HttpContext^ context
)
static member WriteCombinedScriptFile :
page : Page *
context : HttpContext -> unit
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