Skip to content
Docs Try Aspire

IResource.withUrl

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface IResource {
// ... omitted for brevity
withUrl(
url: string,
displayText?: string): IResource;
}

Signature

method withUrl builder
Adds or modifies displayed URLs
withUrl(
url: string,
displayText?: string): IResource
url string
displayText string optional
IResource

Defined on

This method is defined on the following type: