Skip to content

SaveFileDialogService class

The default ISaveFileDialogService implementation. It resolves the owner window through IWindowsManager and shows the platform save file dialog.

public class SaveFileDialogService : ISaveFileDialogService

Public Members

name description
SaveFileDialogService() Legacy bridge for code that creates the service directly, without a container. Requires an initialized Current.
SaveFileDialogService(…) Primary constructor. Dependencies are passed explicitly, so the service can be created by any DI container and substituted in tests.
Show(…)
ShowAsync(…)

See Also