ResourceUrlAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Url |
The URL. When rendered as a link this will be used as the link target. |