我想将参数传递给OnGet()方法,但它不稳定并且每次都不一样,例如:
OnGet()
test.com/book test.com/book/page/word test.com/book/page test.com/book/page/word/...
参数不稳定,是动态创建的。
我该如何处理这个问题?
mvvm asp.net-core razor-pages
asp.net-core ×1
mvvm ×1
razor-pages ×1