# LibTmux.Window.BuildLinkWindowArguments

- **Module:** LibTmux.Window
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Window.Links.cs#L18
- **Page:** https://libtmux.org/reference/dotnet/libtmux-window-buildlinkwindowarguments/

```
LibTmux.Window.BuildLinkWindowArguments(request: LinkWindowRequest) -> List<string>
```

Builds the arguments a link request sends.

This stays on the window because the source of the link is the session
this handle was read through, which a window resolved by identifier
does not know.

## Raises

- `IncompleteSnapshotException` — The window was resolved by identifier, so its source link is unknown.
