| HtmlNodeIsCDataElement Method  | 
            Determines if an element node is a CDATA element node.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static bool IsCDataElement(
	string name
)
Public Shared Function IsCDataElement ( 
	name As String
) As Boolean
Parameters
- name
 - Type: SystemString
The name of the element node to check. May not be null. 
Return Value
Type: 
Booleantrue if the name is the name of a CDATA element node, false otherwise.
See Also