1 instantiation of VirtualFileHttpResult
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
546
return
new
(path, contentType)
5 references to VirtualFileHttpResult
Microsoft.AspNetCore.Http.Results (5)
TypedResults.cs (2)
535
/// <returns>The created <see cref="
VirtualFileHttpResult
"/> for the response.</returns>
536
public static
VirtualFileHttpResult
VirtualFile(
VirtualFileHttpResult.cs (3)
22
/// Creates a new <see cref="
VirtualFileHttpResult
"/> instance with
33
/// Creates a new <see cref="
VirtualFileHttpResult
"/> instance with
49
/// Creates a new <see cref="
VirtualFileHttpResult
"/> instance with the provided values.