# ValueProviderContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ValueProviderContext](/reference/api/csharp/aspire.hosting/valueprovidercontext.md)
- Kind: `Constructors`
- Members: `1`

Provides context for value resolution.

## ValueProviderContext

- Name: `Constructor`

```csharp
public class ValueProviderContext
{
    public ValueProviderContext()
    {
        // ...
    }
}
```
