WLJS LogoWLJS Notebook

URLDispatcher

URLDispatcher[{patt1 -> content1, patt2 -> content2, ...}] represents a dispatcher for deployed URLs that specifies that URLs with relative paths matching the string patterns patti should give content represented by contenti.

Examples

URLDispatcher[{"/" -> "Home", "/about" -> "About Us"}]

Please visit the official Wolfram Language Reference for more details.

On this page