Visual Basic (Declaration)
Public Sub RegisterExpandoAttribute ( _
controlId As String, _
attributeName As String, _
attributeValue As String _
)
Dim instance As ClientScriptManager
Dim controlId As String
Dim attributeName As String
Dim attributeValue As String
instance.RegisterExpandoAttribute(controlId, _
attributeName, attributeValue)
public void RegisterExpandoAttribute(
string controlId,
string attributeName,
string attributeValue
)
public:
void RegisterExpandoAttribute(
String^ controlId,
String^ attributeName,
String^ attributeValue
)
public void RegisterExpandoAttribute(
String controlId,
String attributeName,
String attributeValue
)
public function RegisterExpandoAttribute(
controlId : String,
attributeName : String,
attributeValue : String
)
Parameters
- controlId
- Type: System..::.String
The Control on the page that contains the custom attribute.
- attributeName
- Type: System..::.String
The name of the custom attribute to register.
- attributeValue
- Type: System..::.String
The value of the custom attribute.