ISearchContextGetElementByClassName Method  | 
 
                Finds the first 
IElement object in the current search context by the given
                
className.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.7
SyntaxIElement GetElementByClassName(
	string className
)
Parameters
- className
 - Type: SystemString
The class attribute of the HTML element. 
Return Value
Type: 
IElement
                The first 
IElement object found in the current search context
                by the given 
className or 
null if no elements were found.
            
Exceptions| Exception | Condition | 
|---|
| ArgumentException | The className is null, empty or contains only blank characters. | 
| ObjectDisposedException | The ISearchContext has already been disposed. | 
See Also