ant-design-blazor/components/upload/UploadLocale.cs

20 lines
379 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign
{
public class UploadLocale
{
public string Uploading { get; set; }
public string RemoveFile { get; set; }
public string UploadError { get; set; }
public string PreviewFile { get; set; }
public string DownloadFile { get; set; }
}
}