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