| SilverlightApplicationRenderObjectAttributes Method | 
            Renders attributes for the object html element.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
 Syntax
Syntaxpublic virtual void RenderObjectAttributes(
	HtmlTextWriter writer
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
 The System.Web.UI.HTmlTextWriter object that receives the control content.
 See Also
See Also