Share via


ResourceUrlsCallbackAnnotation.Callback Property

Definition

Gets or sets the callback action to be executed when the URLs are being processed.

public Func<Aspire.Hosting.ApplicationModel.ResourceUrlsCallbackContext,System.Threading.Tasks.Task> Callback { get; }
member this.Callback : Func<Aspire.Hosting.ApplicationModel.ResourceUrlsCallbackContext, System.Threading.Tasks.Task>
Public ReadOnly Property Callback As Func(Of ResourceUrlsCallbackContext, Task)

Property Value

Applies to