DynamicHyperLink.IAttributeAccessor.SetAttribute Method (String, String)

.NET Framework (current version)
 

Defines an attribute and its value to apply to the DynamicHyperLink control.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Private Sub SetAttribute (
	key As String,
	value As String
)
	Implements IAttributeAccessor.SetAttribute

Parameters

key
Type: System.String

The name of the attribute.

value
Type: System.String

The value that is assigned to the attribute.

.NET Framework
Available since 4.0
Return to top
Show: