ScriptManager.IScriptManager.RegisterStartupScript(Control, Type, String, String, Boolean) Method
Definition
virtual void System.Web.UI.IScriptManager.RegisterStartupScript(System::Web::UI::Control ^ control, Type ^ type, System::String ^ key, System::String ^ script, bool addScriptTags) = System::Web::UI::IScriptManager::RegisterStartupScript;
void IScriptManager.RegisterStartupScript (System.Web.UI.Control control, Type type, string key, string script, bool addScriptTags);
Parameters
- control
- Control
- type
- Type
- key
- String
- script
- String
- addScriptTags
- Boolean
Implements
System.Web.UI.IScriptManager.RegisterStartupScript(System.Web.UI.Control,System.Type,System.String,System.String,System.Boolean)