Version

excludeEndTag Method

Returns a boolean value indicating whether or not to exclude end tags from the element with the given tagname.
Syntax
'Declaration
 
Public Shared Function excludeEndTag( _
   ByVal k As String _
) As Boolean
public static bool excludeEndTag( 
   string k
)

Parameters

k
Tagname under evaluation.

Return Value

True if end tags should be excluded for the given tagname, otherwise False.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also