FCF 2.0 development in progress...
> > > > > >
[News] [JS Packages API] [JS Downloads] [Donate to the project] [Contacts]

url from class fcf.RouteInfo

Property: url

Type: string

Class: fcf.RouteInfo

Package: fcf-framework-core

File: fcf.js

Available from version: 2.0.2

Full URL

Example: Applying a property

let ri = new fcf.RouteInfo("http://localhost:8080/index.html?q=value1#ancor_value"); console.log(ri.url)

Output:

http://localhost:8080/index.html?q=value1#ancor_value