<a:select
for? = expression
name? = { string }
value? = expression
options? = expression(IEnumerable<SelectListItem> | IEnumerable<KeyValuePair<TKey, TValue>> | IEnumerable<IGrouping<TGroupKey, KeyValuePair<TKey, TValue>>> | IEnumerable<IGrouping<TKey, TElement>> | IEnumerable)
multiple? = boolean
disabled? = { boolean }
autofocus? = { boolean }
class? = { string } >
<!-- Content: sequence-constructor -->
</a:select>
Creates a <select> element.
- Category
- extension-instruction
- Permitted parent elements
- Any XCST element whose content model is sequence-constructor
- Any literal result element
Attributes
autofocus |
|
class |
|
disabled |
|
for |
|
multiple |
|
name |
|
options |
|
value |