# LoadInputContext Constructors

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

The context for dynamic input loading. Used with [InputLoadOptions.LoadCallback](/reference/api/csharp/aspire.hosting/inputloadoptions/properties.md#loadcallback).

## LoadInputContext

- Name: `Constructor`

```csharp
public sealed class LoadInputContext
{
    public LoadInputContext()
    {
        // ...
    }
}
```
