Redirect Command¶
Force browser to redirect to specific URL.
Note
The redirect command inherit from CommandBase Class.
Important
The redirect command present as void command and don’t have any child elements.
structure of redirect command¶
1 | <basis core="redirect" url="" />
|
Attributes¶
- url
stringrequired[##-notation Determine URL that must redirect to it.
Note
For see more Information about [##-notation,see [## Notation
Remarks¶
redirect command generate response with http header code 301.