UID Templating with .NET
The UID field is a unique identifier that can be used specifically to create SEO-friendly website URLs.
Here’s how you would retrieve the uid value from the retrieved document object.
Copy
<p>Page uid: @Model.document.Uid</p>