Method IsValidElementName
IsValidElementName(string)
Determines whether the element name is valid.
public bool IsValidElementName(string elementName)Parameters
- elementNamestring
- The name of the element. 
Returns
- bool
- True if the element name is valid.