# ResourceUrlAnnotation Constructors

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

A URL that should be displayed for a resource.

## ResourceUrlAnnotation

- Name: `Constructor`

```csharp
public sealed class ResourceUrlAnnotation
{
    public ResourceUrlAnnotation()
    {
        // ...
    }
}
```
