
Hi,
I would like to know the whole picture around the "Record ID Query String Parameter Name", so I am reaching out to folks, who may know more.
From the little experience I got, I came to notice the following:
In summary, the framework can be sensitive about the definition of the ID.
My question to you now is if you have the full picture why and how the framework works like this.
I basically want to understand this also a bit "under the hood".
Thanks for sharing your knowledge.
*This post is locked for comments
I have the same question (0)Hi Tino
From my experience with portal so far, as Portal has been built based on MVC framework . The string parameter name with ID works perfectly with routing rule set(URL pattern) of mvc framework.
please refer below article regarding routing rule set for mvc
msdn.microsoft.com/.../cc668201.aspx
Regards
Sumit