A Sandcastle Documented Class Library |
HtmlAttributeCollection..::..Contains Method (String) |
HtmlAttributeCollection Class See Also Send Feedback |
Checks for existance of attribute with given name
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public bool Contains( string name ) |
Visual Basic |
---|
Public Function Contains ( _ name As String _ ) As Boolean |
Visual C++ |
---|
public: bool Contains( String^ name ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:HtmlAgilityPack.HtmlAttributeCollection.Contains(System.String)"]