Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public HTMLNode FindNodeByTagName( string tagName ) |
Visual Basic |
---|
Public Function FindNodeByTagName ( _ tagName As String _ ) As HTMLNode |
Visual C++ |
---|
public: HTMLNode^ FindNodeByTagName( String^ tagName ) |
Parameters
- tagName
- Type: System..::..String