Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Pages.ScriptManager.AddLast Method

Add a named JavaScript code section at the end of the page. If the named section has already been added, it is not added again. This is useful for code sections that are added by controls/modules which may be used multiple times on a page. You must insure that the code sections with the same name are always identical.

Class: YetaWF.Core.Pages.ScriptManager
Namespace: YetaWF.Core.Pages
Assembly: YetaWF.Core

Syntax

public void AddLast( string javaScript );
public bool AddLast(
    string name,
    string javaScript );
public bool AddLast(
    string name,
    ScriptBuilder tag );

Parameters

javaScript

(not specified)

name

(not specified)

tag

(not specified)

See Also YetaWF.Core.Pages.ScriptManager ClassYetaWF.Core Overview