const mixinafPillow::Page

afPillow::Page : afEfanXtra::EfanComponent

Extend to define a web page.

clientUri

Source

Uri clientUri()

Returns the Uri that is used to route requests to your page. Use it to print links to your page:

Efan snippet:

<a href="<% pages[MyPage#].clientUri %>"> My Awesome Page </a>