Link_to internal link

How do i use a link_to remote to go to a specific ID on a page normally
if i wanted to go to the “whatever_id” on a page i could use <a
href="http://www.example.com/mypage#whatever_id>Click Here,

but i would like to use my <%= link_to “click here” , {:action =>
“whatever_id”, :controller => “mypage” %> helper methods. Does anyone
know how to do this?