# ResourceUrlAnnotation Fields

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ResourceUrlAnnotation](/reference/api/csharp/aspire.hosting/resourceurlannotation.md)
- Kind: `Fields`
- Members: `1`

A URL that should be displayed for a resource.

## DisplayOrder

- Name: `DisplayOrder`
- Modifiers: `nullable`
- Returns: `int?`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/ApplicationModel/ResourceUrlAnnotation.cs)

The display order the URL. Higher values mean sort higher in the list.

```csharp
public int? DisplayOrder
```
