Skip to content
Docs Try Aspire

withUrlsCallbackAsync

Function
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
withUrlsCallbackAsync(callback: callback): IResource;
}

Signature

method withUrlsCallbackAsync builder
Customizes displayed URLs via async callback
withUrlsCallbackAsync(callback: (arg: ResourceUrlsCallbackContext) => void): IResource
callback (arg: ResourceUrlsCallbackContext) => void
IResource

Applies to

This function is an extension method on the following types: