facet classafPillow::PageUri

sys::Obj
  afPillow::PageUri : sys::Facet

@FacetMeta { inherited=true }
@Serializable

Place on a Page mixin to map it to a specific uri. Page uris should start with a leading /slash/. Example:

using afPillow

@PageUri { uri=`/matrix_explained.html` }
const mixin Matrix : Page { ... }
uri

Source

const Uri uri