I want to create a link which will go to some page but focus down automatically in mvc4.
@Html.ActionLink("About", "About", "Home") Like I m using html helpers in mvc it will take to the view of about but how will it move to the about and div or link there with the id of tips or something else.
Like in html we achieve this by doing this..
Visit the Useful Tips (On home page) Tips. (on about page)