Share via


ExternalServiceResource.UrlParameter Property

Definition

Gets the URL parameter for the external service, if defined.

public Aspire.Hosting.ApplicationModel.ParameterResource? UrlParameter { get; }
member this.UrlParameter : Aspire.Hosting.ApplicationModel.ParameterResource
Public ReadOnly Property UrlParameter As ParameterResource

Property Value

Remarks

If UrlParameter is null, the external service URL is not parameterized and can be accessed directly via Uri.

Applies to