Share via


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

See Also

Reference

IServerElementMarkup Interface

IServerElementMarkup Members

Microsoft.Web.Design.Server Namespace