ScriptComponentDescriptor.AddScriptProperty Method (String, String)
.NET Framework (current version)
Adds the specified property, and associates the property with the specified script.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- name
-
Type:
System.String
The name of the property.
- script
-
Type:
System.String
The script that is rendered to the browser.
| Exception | Condition |
|---|---|
| ArgumentException | script is null or an empty string (""). |
Use the AddScriptProperty method to render script that is not serialized to the browser.
.NET Framework
Available since 3.5
Available since 3.5
Show: