The <param> Element

Purpose

The <param> element defines a parameter by associating a name with a string value. <param> elements may appear inside <plugin>, <action>, <filter>, <dispatch> and <exception-handler> elements.

Attributes

NameTypeDescription
name NMTOKEN Required - The parameter name.
value CDATA Required, Dynamic - The parameter value.

Body

The <param> element has no body.

Related elements

<plugin>, <dispatch>, <exception-handler>, <action>, <filter>