Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

IdGeneration Enumeration

Setting type for managing HTML element IDs.

Namespace:  Suoranta.WebApp.View
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public enum IdGeneration

Members


Member nameDescription
None
ViewUnique Adds a view identifier to HTML element IDs. Hence, even if two partial views on the a page have the same base ID, they will still be distinguished by the added view identifier.
FullyUnique Adds a random integer to HTML element IDs. The integer is generated for the DOM instance (InstanceId, hence the base IDs should still be statically unique within the view itself.