Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Pages.ScriptManager Class

(not specified)

(not specified)

Namespace: YetaWF.Core.Pages
Assembly: YetaWF.Core

Inheritance

Syntax

public class ScriptManager;

Constructors

This class cannot be instantiated.

Methods

PublicAddAsyncAdds a JavaScript file explicitly. This is rarely used because JavaScript files are automatically added for modules, templates, etc.
PublicAddConfigOption(not specified)
PublicAddFirstAdd a named JavaScript code section BEFORE all other included FILES. 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.
PublicAddLastAdd 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.
PublicAddLastWhenReadyOnceAdd JavaScript code (complete functions, etc.) at end of page and run on page load (like document.ready).
PublicAddLocalization(not specified)
PublicAddScriptAsyncAdds a JavaScript file explicitly. This is rarely used because JavaScript files are automatically added for modules, templates, etc.
PublicAddVolatileOption(not specified)
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRenderAjaxAsync(not specified)
PublicRenderEndofPageScripts(not specified)
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicStaticTrimScript(not specified)

See Also YetaWF.Core Overview