# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/ResourceUrlAnnotation.cs)

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

```csharp
public int? DisplayOrder
```
