3 instantiations of FileContentHttpResult
Microsoft.AspNetCore.Http.Results (3)
TypedResults.cs (3)
268
return
new
(fileContents, contentType)
303
return
new
(contents, contentType)
333
=>
new
(contents, contentType)
9 references to FileContentHttpResult
Microsoft.AspNetCore.Http.Results (9)
FileContentHttpResult.cs (3)
18
/// Creates a new <see cref="
FileContentHttpResult
"/> instance with
30
/// Creates a new <see cref="
FileContentHttpResult
"/> instance with
46
/// Creates a new <see cref="
FileContentHttpResult
"/> instance with the provided values.
TypedResults.cs (6)
257
/// <returns>The created <see cref="
FileContentHttpResult
"/> for the response.</returns>
258
public static
FileContentHttpResult
File(
292
/// <returns>The created <see cref="
FileContentHttpResult
"/> for the response.</returns>
293
public static
FileContentHttpResult
Bytes(
325
/// <returns>The created <see cref="
FileContentHttpResult
"/> for the response.</returns>
326
public static
FileContentHttpResult
Bytes(