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

ResourceUrlAnnotation()

Fields

DisplayOrder

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

Properties

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