3 instantiations of FileContentHttpResult
Microsoft.AspNetCore.Http.Results (3)
TypedResults.cs (3)
268return new(fileContents, contentType) 303return new(contents, contentType) 333=> new(contents, contentType)
10 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> 258public static FileContentHttpResult File( 292/// <returns>The created <see cref="FileContentHttpResult"/> for the response.</returns> 293public static FileContentHttpResult Bytes( 325/// <returns>The created <see cref="FileContentHttpResult"/> for the response.</returns> 326public static FileContentHttpResult Bytes(
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
67|| type == typeof(FileContentHttpResult) || type == typeof(FileStreamHttpResult))