My web.sitemap should match any query string. If my data query string is having 100 entries then that would require one hundred site map file entries. Is there any short cut method to do this ?
Like-
<siteMapNode url="allvideo.aspx?data=Dancing" title="Dancing" >
<siteMapNode url="alonevideo.aspx?data=*&selected=*" title="abc" />
</siteMapNode>
<siteMapNode url="allvideo.aspx?data=Acting" title="" >
<siteMapNode url="alonevideo.aspx?data=*&selected=*" title="xyz" />
</siteMapNode>
asterisk is not working any other wildcard or regex to do this