public sealed enum JavaScriptCodeLocationTypes
| Member | Description | |
|---|---|---|
![]() ![]() |
EmbeddedInPage | Causes the Javascript code to be embedded into the page on every generation. Fully self-contained. |
![]() ![]() |
ExternalFile | Keeps the .js file as an external file in the Web application. If this is set you should set the ScriptLocation Property to point at the location of the file. |
![]() ![]() |
None | Don't include any script - assume the page owner will handle it all |
![]() ![]() |
WebResource | ASP.NET 2.0 option to generate a WebResource.axd call that feeds the .js file to the client. |