GetAttributeAsync
Description: the method returns the value of the specified attribute from the element
Syntax: GetAttributeAsync(string name);
Return value: string
Example:
string attrClass = await element.GetAttributeAsync("class");
Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor