I'm using html.BeginRouteForm to submit a form to a controller.
I would like to know if a response can be returned to the razor view to be displayed on the page. For example, after submitting a comment, I would like to let the user know if the comment had already been submitted. My back end logic determines
if the comment already exists.
Thanks in advance,