ScriptComponentDescriptor.AddElementProperty Method (String, String)
.NET Framework (current version)
Adds the specified property and associates that property with the specified component.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- name
-
Type:
System.String
The name of the property.
- elementID
-
Type:
System.String
The ID of the target element.
| Exception | Condition |
|---|---|
| ArgumentException | name or component is null or an empty string (""). |
This method adds the specified property to the internal dictionary of properties that are converted to client script by the GetScript method.
.NET Framework
Available since 3.5
Available since 3.5
Show: