Developer forum

Forum » Development » get GroupID from an SEO friendly url

get GroupID from an SEO friendly url

Kim SĂžjborg Pedersen
Reply
 Hi is there a way to get the GroupID from the querystring when it is SEO friendly?

Like a reverse SearchEngineFriendlyURLs.getSearchFriendlyUrl(...) and I am in the context of an ContentModule or I can make a ProductListTemplateExtender if that makes a difference.


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer
Hi Kim,

You should be able to get it from the Query String using HttpContext.Current.Request.QueryString.Get() as internally Dynamicweb uses the "unfriendly" URL....

Cheers.

Imar
Votes for this answer: 0

 

You must be logged in to post in the forum