fcf.RouteInfo class
Contains information about the request route
Class description
Properties
string anchor - URL anchor value
object args - The object of the request arguments. Combines the GET, POST, and arguments passed through the router.
string description - Description of the menu item. It is filled in by the server side and is not present in the pure instance of the class.
object postArgs - Arguments passed through the POST request
string referer - URL that excludes the GET request arguments
string subUri - Filled in if the route is set with the * symbol in the router. The residual request URI corresponding to the string filled in in the main URL after the *character.
string title - Title corresponding to the menu item. It is filled in by the server side and is not present in the pure instance of the class.
string uri - Address path excluding protocol and GET arguments
object urlArgs - Arguments passed via the GET request
Properties
anchor
Type: string
URL anchor value
args
Type: object
The object of the request arguments. Combines the GET, POST, and arguments passed through the router.
description
Type: string
Description of the menu item. It is filled in by the server side and is not present in the pure instance of the class.
postArgs
Type: object
Arguments passed through the POST request
referer
Type: string
URL that excludes the GET request arguments
subUri
Type: string
Filled in if the route is set with the * symbol in the router. The residual request URI corresponding to the string filled in in the main URL after the *character.
title
Type: string
Title corresponding to the menu item. It is filled in by the server side and is not present in the pure instance of the class.
uri
Type: string
Address path excluding protocol and GET arguments
url
Type: string
Request URL
urlArgs
Type: object
Arguments passed via the GET request