RemoveKeyAttribute remove the key attribute from the control. If this isn't done, then the HTML output will have a bad attribute on it which could cause some older browsers problems.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void RemoveKeyAttribute(
	ArrayList affectedControls
)
Visual Basic
Public Shared Sub RemoveKeyAttribute ( 
	affectedControls As ArrayList
)

Parameters

affectedControls
Type: System.Collections..::..ArrayList
ArrayList that hold the controls that have been localized. This is later used for the removal of the key attribute.

See Also