<InputFile OnChange="HandleFileSelected" /> @code { void HandleFileSelected(IFileListEntry[] files) { // Do something with the files, e.g., ...
確定! 回上一頁