I'm creating a component under route /blabla/:id/blabla/:secondid
First part of my url "/blabla/:id/..." is managed by my first routing component.
Then, a second router manages the second part of url.
In my component, I can easy access to my ":secondid" in RouteData.
But I wonder how I can access my ":id" from there.
Any idea ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…