Determines how scripts are included into the page
System.ValueType
System.Enum
Westwind.Web.ScriptRenderModes
public sealed enum ScriptRenderModes
Class Members
Member | Description | |
---|---|---|
BottomOfPage |
Renders script at the bottom of the page before the last Page.Controls literal control. Note this may result in unexpected behavior if /body and /html are not the last thing in the markup page. | |
Header |
Renders the script include into the bottom of the header of the page | |
HeaderTop |
Renders the script include into the top of the header of the page | |
Inherit |
Inherits the setting from the control or from the ClientScript.DefaultScriptRenderMode | |
Inline |
||
Script |
Uses ClientScript or ScriptManager to embed the script include to provide standard ASP.NET style rendering in the HTML body. |
Requirements
Namespace: Westwind.WebAssembly: westwind.web.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic