ExternalServiceResource.UrlParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.