HtmlNodeItemCreateUniqueId Method
Create a unique id using the supplied base ID and list of reserved IDs.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string CreateUniqueId(
string baseId,
List<string> reservedIds
)
Public Shared Function CreateUniqueId (
baseId As String,
reservedIds As List(Of String)
) As String
No code example is currently available or this language may not be supported.
- baseId String
-
The base ID to start with.
- reservedIds ListString
-
Reserved IDs not allowed as a result.
String
The first unique id matching the specified base ID.