asp.net - ASPX Website anchor link - orchard -
i made website orchard. links using no page names. link can "http://mywebsite/mainpage/subpage/product".
now, on products page wanted link direct item. can use anchors this. "item 99" item 99
the link navigate item, looking this: "http://mywebsite/mainpage/subpage/product/index.aspx?#item99"
but orchard has no index.aspx , when use "http://mywebsite/mainpage/subpage/product#item99"
it not work.
does have idea how link should when using cms/aspx/orchard ?
regards
<a href="#item99">item 99</a>
or did misunderstand question?
Comments
Post a Comment