2 instantiations of Accepted
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
988=> new(uri); 1009return new(uri);
8 references to Accepted
Microsoft.AspNetCore.Http.Results (8)
Accepted.cs (2)
20/// Initializes a new instance of the <see cref="Accepted"/> class with the values 30/// Initializes a new instance of the <see cref="Accepted"/> class with the values
AcceptedOfT.cs (2)
20/// Initializes a new instance of the <see cref="Accepted"/> class with the values 33/// Initializes a new instance of the <see cref="Accepted"/> class with the values
TypedResults.cs (4)
986/// <returns>The created <see cref="HttpResults.Accepted"/> for the response.</returns> 987public static Accepted Accepted(string? uri) 1004/// <returns>The created <see cref="HttpResults.Accepted"/> for the response.</returns> 1005public static Accepted Accepted(Uri uri)