ESRI.ArcGIS.Mobile.Client
GetAttribute Method
See Also  Send Feedback
HTMLConverter Namespace > HtmlToXamlConverter Class : GetAttribute Method

element
XmlElement in which we are trying to find the specified attribute
attributeName
String representing the attribute name to be searched for
Returns a value for an attribute by its name (ignoring casing)

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAttribute( _
   ByVal element As XmlElement, _
   ByVal attributeName As String _
) As String
C# 
public static string GetAttribute( 
   XmlElement element,
   string attributeName
)

Parameters

element
XmlElement in which we are trying to find the specified attribute
attributeName
String representing the attribute name to be searched for

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also