Hello everyone please let me know how to call a OnPost Method using iframe in razor pages.
Loading
Hello everyone please let me know how to call a OnPost Method using iframe in razor pages.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Jan 19, 2023, 2:00 PM
Hi Ankush,
Please refer below links
https://stackoverflow.com/questions/53840958/asp-razor-page-return-400-code-when-post-form-from-iframe
https://www.aspsnippets.com/Articles/Using-the-OnPost-handler-method-in-ASPNet-Core-Razor-Pages.aspx
Ankush VermaPosted Jan 17, 2023, 11:11 AM
I have use razor not MVC
Naimish MakwanaPosted Jan 17, 2023, 10:52 AM
Try to set a name for the elements
iframeand target your form to post on this element, for sample:and in your View inside the iFrame
Thanks