Share via


ResourceUrlAnnotation Class

Definition

A URL that should be displayed for a resource.

public sealed class ResourceUrlAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ResourceUrlAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class ResourceUrlAnnotation
Implements IResourceAnnotation
Inheritance
ResourceUrlAnnotation
Implements

Constructors

Name Description
ResourceUrlAnnotation()

Fields

Name Description
DisplayOrder

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

Properties

Name Description
DisplayLocation

Locations where this URL should be shown on the dashboard. Defaults to SummaryAndDetails.

DisplayText

The name of the URL. When rendered as a link this will be used as the linked text.

Endpoint

The endpoint associated with this URL. Can be null if this URL is not associated with an endpoint.

Url

The URL. When rendered as a link this will be used as the link target.

Applies to