1 implementation of Length
Microsoft.AspNetCore.Http (1)
FormFile.cs (1)
60
public long
Length
{ get; }
3 references to Length
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\BrowserFileFromFormFile.cs (1)
16
public long Size => formFile.
Length
;
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\FormFileModelBinder.cs (1)
148
if (file.
Length
== 0 && string.IsNullOrEmpty(file.FileName))
ModelBinding\FormFileValueProvider.cs (1)
51
if (file.
Length
== 0 && string.IsNullOrEmpty(file.FileName))