HtmlForgeX

API Reference

Class

GlobalStorage

Namespace HtmlForgeX

Provides helpers for generating identifiers.

Inheritance

  • Object
  • GlobalStorage

Methods

GenerateRandomId(System.String preText, System.Int32 length) #

Generates a pseudo random identifier with a prefix.

Parameters

preText System.String required
Prefix for the identifier.
length System.Int32 required
Length of the random section.

Returns

Generated identifier.