







Switches content-type to "text/javascript" and returns content.
Namespace:
HttpServer.Controllers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected string RenderJavascript( string js ) |
Visual Basic (Declaration) |
---|
Protected Function RenderJavascript ( _ js As String _ ) As String |
Visual C++ |
---|
protected: String^ RenderJavascript( String^ js ) |
Parameters
- js
- Type: System..::.String
javascript to send to the client.