dWebSpec Dictionary
CONTEXT: descriptors->segment->id




All Details Standard Only Platform Only
Structured Web info and helpTechnologies
 Home Page
 Product Page
 Download Page
 Feedback
Javascript Tree Menu

Results for:

 segment.id 
Prev  Topic  Next

This is the identifier for the segment. For HTML demarcations, the id provided in the source content would be used here. For segments described with annotation, an identifier that is unique within the segments on the page would suffice.

The uniqueness requirement is on the descriptor side. Within the source content, multiple segments could have the same id. The implication of this is that they share common specifications.

This sharing of identifier within the source content, does not apply to segments that are being re-used (extended). See discussion on extends attribute below.

 ASP.NET  
Like any component based framework, the segments are elements that are also containers that could house other components. The segment id thus corresponds to ID of the container component; this identifier uniqueness follows the same rule as stipulated in the element descriptor. It must be unique within the root view, or the parent naming container.
Prev Next