Skip to content
Docs Try Aspire

ValueProviderContext

Class net10.0
📦 Aspire.Hosting v13.1.2
Provides context for value resolution.
namespace Aspire.Hosting.ApplicationModel;
public class ValueProviderContext
{
// ...
}
View all constructors
Callerget; init
The resource that is requesting the value.
ExecutionContextget; init
The execution context for the distributed application.
Networkget; init
The identifier of the network that serves as the context for value resolution.
View all properties