[To be supplied.]
Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.
[Visual Basic] Overloads Overridable Public Function AttributeText(String, String) As String
[C#] public virtual string AttributeText(String, String);
[C++] public: virtual String* AttributeText(String*, String*);
[JScript] public function AttributeText(String, String) : String;
Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.
[Visual Basic] Overloads Overridable Public Function AttributeText(Integer) As String
[C#] public virtual string AttributeText(int);
[C++] public: virtual String* AttributeText(int);
[JScript] public function AttributeText(int) : String;
Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.
[Visual Basic] Overloads Overridable Public Function AttributeText(String) As String
[C#] public virtual string AttributeText(String);
[C++] public: virtual String* AttributeText(String*);
[JScript] public function AttributeText(String) : String;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace