大佬们,为啥wo'deasp.net core的网站无法跳转页面

我想从主页(index.cshtnml)跳转到注册页面(Register.cshtml),
但是点击了跳转按钮却没反应,请各位大佬帮我看看,拜托了
1. 文件结构

图片说明

  1. 主页(index.cshtnml)

图片说明

  1. 注册页(Register.cshtml)

图片说明

<head>  
    <meta http-equiv="refresh" content="5;url=home/register">   
</head>

你这个是MVC,要先到C再到V
C里面有这个/Register的路由吗?