CSharpTagHelperCodeRenderer.GenerateUniqueId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a unique ID for an HTML element.
protected:
virtual System::String ^ GenerateUniqueId();
protected virtual string GenerateUniqueId ();
abstract member GenerateUniqueId : unit -> string
override this.GenerateUniqueId : unit -> string
Protected Overridable Function GenerateUniqueId () As String
Returns
A globally unique ID.