标签: asp.net-mvc reactjs routing react-router-dom
我刚刚将React.js页面添加到了.Net MVC网站。
我认为组件中的路径值有误,但是我无法弄清楚它应该是什么。
答案 0 :(得分:1)
您正在将组件提供给Route道具Component。小写的component称为c。
Route
Component
component
c
<Route exact path="/CuteGoatWebsite/Home/React" component={Home} />
答案 1 :(得分:0)
@Tholle回答了我的问题。我有用大写字母C代替的“组件”,而不是“组件”