We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You could check
CreatedAtAction(string actionName, object value):
CreatedAtAction(string actionName, object value)
actionName
CreatedAtAction(string actionName, object routeValues, object value):
CreatedAtAction(string actionName, object routeValues, object value)
routeValues
CreatedAtAction(string actionName, string controllerName, object routeValues, object value):
CreatedAtAction(string actionName, string controllerName, object routeValues, object value)
controllerName
"Controller"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You could check
CreatedAtAction(string actionName, object value)
:actionName
with no parameters (what about default parameters?)CreatedAtAction(string actionName, object routeValues, object value)
:actionName
which parameters are same as inrouteValues
CreatedAtAction(string actionName, string controllerName, object routeValues, object value)
:controllerName
exists and has actionactionName
which parameters are same as inrouteValues
controllerName
must not have suffix"Controller"
The text was updated successfully, but these errors were encountered: