3 instantiations of Created
Microsoft.AspNetCore.Http.Results (3)
TypedResults.cs (3)
891return new(default(string)); 901return new(uri); 923return new(uri);
10 references to Created
Microsoft.AspNetCore.Http.Results (10)
Created.cs (2)
19/// Initializes a new instance of the <see cref="Created"/> class with the values 29/// Initializes a new instance of the <see cref="Created"/> class with the values
CreatedOfT.cs (2)
20/// Initializes a new instance of the <see cref="Created"/> class with the values 33/// Initializes a new instance of the <see cref="Created"/> class with the values
TypedResults.cs (6)
888/// <returns>The created <see cref="HttpResults.Created"/> for the response.</returns> 889public static Created Created() 898/// <returns>The created <see cref="HttpResults.Created"/> for the response.</returns> 899public static Created Created(string? uri) 920/// <returns>The created <see cref="HttpResults.Created"/> for the response.</returns> 921public static Created Created(Uri? uri)