20240326
This commit is contained in:
@@ -12,6 +12,6 @@ public class NetFileExtension
|
||||
/// </summary>
|
||||
/// <param name="file">Загружаемый файл</param>
|
||||
/// <returns>MIME-тип файла</returns>
|
||||
public static string MIMEType (IFormFile file) =>
|
||||
public static string MimeType (IFormFile file) =>
|
||||
file.ContentType;
|
||||
}
|
@@ -6,7 +6,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<PackageId>ANBSoftware.ComponentsPackForNet</PackageId>
|
||||
<Version>2024.3.11.1</Version>
|
||||
<Version>2024.3.26</Version>
|
||||
<Authors>Александр Бабаев</Authors>
|
||||
<Product>Набор компонентов ANB Software для ASP.NET Core</Product>
|
||||
<Description>Библиотека полезных методов языка C# для ASP.NET Core</Description>
|
||||
|
Reference in New Issue
Block a user