1 write to FileName
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
60
FileName
= fileName;
5 references to FileName
Microsoft.AspNetCore.Http.Results (4)
PhysicalFileHttpResult.cs (4)
112
var fileInfo = GetFileInfoWrapper(
FileName
);
115
throw new FileNotFoundException($"Could not find file: {
FileName
}",
FileName
);
137
ExecuteCoreAsync(httpContext, range, rangeLength,
FileName
);
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
280
Assert.Equal(path, result.
FileName
);