Copies the attributes from this control to another control.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected void CopyWebAttributes(
	Control toControl
)

Parameters

toControl
Type: System.Web.UI..::.Control
The destination control.

See Also