Is it (or will it be) possible to use URL Parameters with Microsoft Power Pages?
I don't mean query parameters (or 'querystring' parameters), but rather URL parameters. For example:
- Query Parameter:domain.com/path?key=value
- URL Parameter: domain.com/path/value
For example, if I have an entity/table like "Staff", I could use use something like: domain.com/team/johnsmith to point directly to a page template that is filled with the johnsmith record in the Staff entity/table.
Ultimately, it allows me to use page templates and manage content in my datasource (e.g. Dataverse), without editing the page itself. It also helps with SEO.
(All other major Content Management Systems, like Wordpress, Drupal, and even newer ones like Webflow are able to do this).