ScriptLink.RegisterScriptAfterUI method
Registers a script file to load after the Web page user interface (UI) is loaded.
Overload list
Name | Description | |
---|---|---|
RegisterScriptAfterUI(Page, String, Boolean) | Registers the specified script file for the specified Web page and localizable value to load after the page user interface (UI) is loaded. | |
RegisterScriptAfterUI(Control, Page, String, Boolean) | ||
RegisterScriptAfterUI(Page, String, Boolean, Boolean) | Registers the specified script file for the specified Web page and localizable and defer values to load after the page user interface (UI) is loaded. | |
RegisterScriptAfterUI(Page, String, Boolean, String) | Registers the specified script file for the specified Web page, user interface (UI) version, and localizable value, to load after the page UI is loaded. | |
RegisterScriptAfterUI(Control, Page, String, Boolean, Boolean) | ||
RegisterScriptAfterUI(Control, Page, String, Boolean, String) | ||
RegisterScriptAfterUI(Page, String, Boolean, Boolean, String) | Registers the specified script file for the specified Web page, user interface (UI) version, and localizable and defer values, to load after the page UI is loaded. | |
RegisterScriptAfterUI(Page, String, Boolean, String, String) | Register a script file with a given UIVersion to load after the page UI | |
RegisterScriptAfterUI(Control, Page, String, Boolean, Boolean, String) | ||
RegisterScriptAfterUI(Control, Page, String, Boolean, String, String) | ||
RegisterScriptAfterUI(Page, String, Boolean, Boolean, String, String) | Register a script with a given UIVersion to load after the page UI | |
RegisterScriptAfterUI(Control, Page, String, Boolean, Boolean, String, String) |
Top