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( _ ByVal name As String _ ) As String [C#] public virtual string AttributeText( string name ); [C++] public: virtual String* AttributeText( String* name ); [JScript] public function AttributeText( name : String ) : String;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace | ConfigXmlCursor.AttributeText Overload List