IdGeneration Enumeration
Setting type for managing HTML element IDs.
Namespace:
Suoranta.WebApp.ViewAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Members
| Member name | Description | |
|---|---|---|
| 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. |

