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