CompositeControlBaseCopyAttribute Method (HtmlTextWriter, String) |
Write the specified attribute from the control's Attribute collection.
The purpose of this is to allow derived composites to move copy attributes from the
composite control to one or more of the contained controls.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void CopyAttribute(
HtmlTextWriter writer,
string name
)
Protected Sub CopyAttribute (
writer As HtmlTextWriter,
name As String
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
The writer to which to write the attribute. - name
- Type: SystemString
The attribute name of the item to write.
See Also