ForwardTag class
The forward tag. There are two formats:
[forward "uri"]
[forward method_name arg0="value0" arg1="value1"]
where uri
, value0
and value1
can be an expression.
Notice that the cotent following the forward tag won't be rendered.
Unlike the include tag, it can be placed inside another tags.
Constructors
Properties
- hasClosing → bool
-
Whether this tag requires a closing tag, such as
[/if]
.no setteroverride - hasContent → bool
-
Whether this tag generates any content to the response's output.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The tag name.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
begin(
TagContext tc, String data) → void -
Called when the beginning of a tag is encountered.
override
-
end(
TagContext tc) → void -
Called when the ending of a tag is encountered.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited