CC#•Created by 0x05962 on 8/31/2023 in #help ❔ 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