WebSpecialRoute

Wrapper around a special route.

final
static if(isWeb)
class WebSpecialRoute {}

Members

Variables

type
string type;

The type of the route.

value
string value;

The value of the route.

Meta