3 instantiations of Created
Microsoft.AspNetCore.Http.Results (3)
TypedResults.cs (3)
889return new(default(string)); 899return new(uri); 921return 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)
886/// <returns>The created <see cref="HttpResults.Created"/> for the response.</returns> 887public static Created Created() 896/// <returns>The created <see cref="HttpResults.Created"/> for the response.</returns> 897public static Created Created(string? uri) 918/// <returns>The created <see cref="HttpResults.Created"/> for the response.</returns> 919public static Created Created(Uri? uri)