RedirectQuery constructor

const RedirectQuery()

Class for defining the page to be displayed in different locations depending on conditions.

Reroute to the page by returning a new RouteQuery based on the RouteQuery and other information given in the source of the redirect method.

条件によりページの表示先を変えるための定義を行うためのクラス。

redirectメソッドのsourceで与えられたRouteQueryとその他の情報を元に新しいRouteQueryを返すことでそのページにリルートします。

Implementation

const RedirectQuery();