ConversionIsSelfClosingTag Method
Return a value indicating whether the specified tag name is
self-closing.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsSelfClosingTag(
string tagName
)
Public Shared Function IsSelfClosingTag (
tagName As String
) As Boolean
No code example is currently available or this language may not be supported.
- tagName String
-
Name of the tag to inspect.
Boolean
True of the provided tag is self-closing. Otherwise, false.