# ISaveFileDialogService interface

Shows the platform save file dialog from view model code that must not reference any window type.

```csharp
public interface ISaveFileDialogService
```

## Members

| name | description |
| --- | --- |
| [Show](ISaveFileDialogService/Show.md)(…) | Shows a save file dialog and blocks until the user closes it. |
| [ShowAsync](ISaveFileDialogService/ShowAsync.md)(…) | Shows a save file dialog without blocking the calling thread. |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
