OpenFileDialog.

ShowAsync(Window) Method

Namespace
Avalonia.Controls
Containing Type
OpenFileDialog

Syntax

public Task<string[]> ShowAsync(Window parent)

Parameters

Name Type Description
parent Window

Return Value

Type Description
Task<string[]>