uniquein

Top  Previous  Next

uniquein attribute is used to ensure that the name of the element is unique in the specified container.

Example:

<input .. uniquein="@ProcessForm" />

The name of this element must be unique in the enclosing container whose element type is "ProcessForm" .

 

<input .. uniquein="/" />

The name of this element must be unique in the current page.