Skip to content
DocsTry Aspire
DocsTry

ResourceUrlsCallbackAnnotation Properties

ClassProperties1 member
Represents an annotation that provides a callback to modify URLs that should be displayed for the resource.
CallbackSection titled CallbackFunc<ResourceUrlsCallbackContext, Task>
Gets or sets the callback action to be executed when the URLs are being processed.
public Func<ResourceUrlsCallbackContext, Task> Callback { get; }