ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderHtmlAttribute Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.RenderingEngine Namespace > RenderUtility Class : RenderHtmlAttribute Method




writer
The writer to add attribute to
attributeName
The name of the attribute
attributeContent
The content of the attribute
Renders an html attribute to the writer

Syntax

Visual Basic (Declaration) 
Public Shared Sub RenderHtmlAttribute( _
   ByVal writer As HtmlTextWriter, _
   ByVal attributeName As String, _
   ByVal attributeContent As String _
) 
Visual Basic (Usage)Copy Code
Dim writer As HtmlTextWriter
Dim attributeName As String
Dim attributeContent As String
 
RenderUtility.RenderHtmlAttribute(writer, attributeName, attributeContent)
C# 
public static void RenderHtmlAttribute( 
   HtmlTextWriter writer,
   string attributeName,
   string attributeContent
)

Parameters

writer
The writer to add attribute to
attributeName
The name of the attribute
attributeContent
The content of the attribute

See Also

© 2010 All Rights Reserved.