ResourceUrlsCallbackAnnotation
Classsealednet10.0
Represents an annotation that provides a callback to modify URLs that should be displayed for the resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ResourceUrlsCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors2
Section titled Constructors Initializes a new instance of the
ResourceUrlsCallbackAnnotation class with the specified callback. Initializes a new instance of the
ResourceUrlsCallbackContext class with the specified callback. Properties1
Section titled PropertiesCallbackgetFunc<ResourceUrlsCallbackContext, Task> Gets or sets the callback action to be executed when the URLs are being processed.