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