IServerElementMarkup.AddAttribute Method
Adds a markup element to the rendered page at design time.
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
Sub AddAttribute ( _
attributeName As String, _
attributeValue As String _
)
'Usage
Dim instance As IServerElementMarkup
Dim attributeName As String
Dim attributeValue As String
instance.AddAttribute(attributeName, _
attributeValue)
void AddAttribute(
string attributeName,
string attributeValue
)
Parameters
- attributeName
Type: System.String
- attributeValue
Type: System.String