4
"RedirectToAction"을 사용하여 컨트롤러에서 해시로 리디렉션
안녕하세요 Mvc 컨트롤러에서 앵커를 반환하고 싶습니다. 컨트롤러 이름 = DefaultController; public ActionResult MyAction(int id) { return RedirectToAction("Index", "region") } 색인으로 이동할 때 URL이 http://localhost/Default/#region 그래서 <a href=#region>the content should be focus here</a> 다음과 같이 할 수 있는지 묻지 않습니다. 내 URL에 앵커 태그를 추가하려면 어떻게해야합니까?