EndpointReferenceExpression
Class net10.0
Represents a property expression for an endpoint reference.
namespace Aspire.Hosting.ApplicationModel;
public class EndpointReferenceExpression : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesEndpointget Gets the
EndpointReference. Propertyget Gets the
EndpointProperty for the property expression. ValueExpressiongetstring Gets the expression of the property of the endpoint.
Methods2
Section titled MethodsGetValueAsync(CancellationToken)ValueTask<string?> Gets the value of the property of the endpoint.
GetValueAsync(ValueProviderContext, CancellationToken)ValueTask<string?> Gets the value of the property of the endpoint.