Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions 16/umbraco-cms/reference/routing/routing-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ If you enter a value for this property and save/publish the content node you wil

## umbracoUrlAlias

This property when created as a text string lets you provide a comma separated\
list of alternate full URL paths for the node. For example, if your URL was /some-category/some-page/content-node,\
by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to /flowers.\
The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like "flowers/roses/red".
Using this alias on a Text String lets you provide a comma-separated list of alternate full URL paths for the node.
For example, if your URL was `/some-category/some-page/content-node`, by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to `/flowers`.
The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like `flowers/roses/red`.

## Filtering

Expand Down