1 instantiation of PhysicalFileHttpResult
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
513
return
new
(path, contentType)
6 references to PhysicalFileHttpResult
Microsoft.AspNetCore.Http.Results (6)
PhysicalFileHttpResult.cs (4)
11
/// A <see cref="
PhysicalFileHttpResult
"/> on execution will write a file from disk to the response
17
/// Creates a new <see cref="
PhysicalFileHttpResult
"/> instance with
28
/// Creates a new <see cref="
PhysicalFileHttpResult
"/> instance with
44
/// Creates a new <see cref="
PhysicalFileHttpResult
"/> instance with the provided values.
TypedResults.cs (2)
502
/// <returns>The created <see cref="
PhysicalFileHttpResult
"/> for the response.</returns>
503
public static
PhysicalFileHttpResult
PhysicalFile(