GetAttributeValue Method
Summary
Gets the value of the specified attribute of an element as a raw string.
Syntax
C#
VB
Objective-C
C++
Java
public string GetAttributeValue(
string name
)
Public Function GetAttributeValue( _
ByVal name As String _
) As String
- (nullable NSString *)valueOfAttribute:(NSString *)attribute error:(NSError **)error
public String getAttributeValue(String name)
public:
String^ GetAttributeValue(
String^ name
)
Parameters
Return Value
The value of the specified attribute. null if the element does not have an attribute with this name.