# Sandbox.UI.Navigation.NavigationHost.AddDestination

```csharp
void AddDestination(string url, System.Type type)
```

Instead of finding pages by attributes, we can fill them in manually here

### Parameters

- `url` (`string`)
- `type` (`System.Type`)

Declared in [Sandbox.UI.Navigation.NavigationHost](/api/Sandbox.UI.Navigation.NavigationHost).
Assembly: `Sandbox.Engine`.
