<a:form
method = "post" | "get"
model-value? = expression
model-type? = type_name
id? = { string }
action? = { string }
autocomplete? = { string }
enctype? = { string }
antiforgery? = { boolean }
class? = { string }
field-prefix? = { string }
helper-name? = identifier >
<!-- Content: sequence-constructor -->
</a:form>
Creates a <form> element and defines a model for descendant instructions.
- Category
- extension-instruction
- Permitted parent elements
- Any XCST element whose content model is sequence-constructor
- Any literal result element
Attributes
action |
|
antiforgery |
|
autocomplete |
|
class |
|
enctype |
|
field-prefix |
|
helper-name |
|
id |
|
method |
|
model-type |
|
model-value |