ReferenceExpression.ValueProviders Property

Definition

The list of IValueProvider that will be used to resolve parameters for the format string.

public System.Collections.Generic.IReadOnlyList<Aspire.Hosting.ApplicationModel.IValueProvider> ValueProviders { get; }
member this.ValueProviders : System.Collections.Generic.IReadOnlyList<Aspire.Hosting.ApplicationModel.IValueProvider>
Public ReadOnly Property ValueProviders As IReadOnlyList(Of IValueProvider)

Property Value

Applies to