Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
❔ post req controller - C#
C
C#
•
3y ago
•
102 replies
Opcode
❔ post req controller
[HttpPost
]
public IActionResult StockData
(string stockTicker
)
{
_logger
.LogInformation
(
"StockData action invoked with stockTicker
:
{StockTicker
}
"
, stockTicker
)
;
return View
(
"Privacy
"
)
;
}
no errors but the url doesn
't change when return View happens
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Next page
Similar Threads
❔ get simple string from jquery .Post() in controller method?
C
C# / help
3y ago
Mapping controller to / without breaking other controllers
C
C# / help
3y ago
Auth Base Controller?
C
C# / help
12mo ago