Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFPageBase.UniqueId Method

Returns a unique HTML id.

Class: YetaWF.Core.Components.YetaWFPageBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public string UniqueId( string name = "a" );

Parameters

name

A string prefix prepended to the generated id.

Return Value

A unique HTML id.

Remarks

Every call to the Unique() method returns a new, unique id.

See Also YetaWF.Core.Components.YetaWFPageBase ClassYetaWF.Core Overview