我想从主页(index.cshtnml)跳转到注册页面(Register.cshtml),但是点击了跳转按钮却没反应,请各位大佬帮我看看,拜托了1. 文件结构
<head> <meta http-equiv="refresh" content="5;url=home/register"> </head>
你这个是MVC,要先到C再到VC里面有这个/Register的路由吗?