a:display

<a:display
  for? = expression
  name? = { string }
  members? = identifier*
  members-names? = { identifier* }
  template? = { string }
  field-name? = { string }
  attributes? = expression(Object | IDictionary<String, Object>)
  with-params? = expression(Object | IDictionary<String, Object>)
  options? = expression(IEnumerable<SelectListItem> | IEnumerable<KeyValuePair<TKey, TValue>> | IEnumerable<IGrouping<TGroupKey, KeyValuePair<TKey, TValue>>> | IEnumerable<IGrouping<TKey, TElement>> | IEnumerable) >
  <!-- Content: (a:with-options*, a:member-template?) -->
</a:display>

Creates a "displayable" representation of a model's member or whole model.

Category
extension-instruction
Permitted parent elements
Any XCST element whose content model is sequence-constructor
Any literal result element

Attributes

attributes
field-name
for
members
members-names
name
options
template
with-params