TK.HasAttributes Method

Gets if element name has attributes
<HTML5Disabled(true)> _ 
Public Shared Function HasAttributes( _ 
ByVal elementName As String
) As Boolean
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public static bool HasAttributes( 
string elementName 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

Return Value

bool

Flag indicating whether element name has attributes

.NET Framework

Supported in: 4.8

In this article

Definition