Click or drag to resize
SilverlightApplicationRenderObjectAttributes Method
Renders attributes for the object html element.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public virtual void RenderObjectAttributes(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The System.Web.UI.HTmlTextWriter object that receives the control content.
See Also