Enumeration JavaScriptCodeLocationTypes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.JavaScriptCodeLocationTypes
public sealed enum JavaScriptCodeLocationTypes

Class Members

MemberDescription

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.

Requirements

Namespace: Westwind.Web
Assembly: westwind.web.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic