What is best approach for accessing Route Parameter from the BaseModel class?
Opened this issue · 0 comments
rodmjay commented
Would you need to create a new concrete Page for every route configuration? I'm looking at trying to access a [Parameter]
From the BasePageModel and not sure how exactly to access that.