Skip to content

ISaveFileDialogService interface

Shows the platform save file dialog from view model code that must not reference any window type.

public interface ISaveFileDialogService

Members

name description
Show(…) Shows a save file dialog and blocks until the user closes it.
ShowAsync(…) Shows a save file dialog without blocking the calling thread.

See Also