Home >Web Front-end >HTML Tutorial >我想Response.Redirect()到当前网址,应该点样写_html/css_WEB-ITnose

我想Response.Redirect()到当前网址,应该点样写_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:48:431436browse

RESPONSE.REDIRECT

我本来想设置为点击提交按钮SUBMIT()之后回到当前页面http://localhost:53707/FHD/FHD_MX?ID=5,但当我回到页面的时候又不见了?ID=5,我应该怎样做呢?

回复讨论(解决方案)

我自己找到方法了,RAZOR帮了我好多
方法是这样的,
Response.Redirect("网址"+@你已经设定的函数)
这样就可以了,真方便!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn