สวัสดีฉันต้องการคืนจุดยึดจาก Mvc Controller
ชื่อคอนโทรลเลอร์ = 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>
ฉันไม่ได้ถามว่าคุณจะทำแบบนี้ได้ไหม: ฉันจะเพิ่ม Anchor tag ใน URL ของฉันได้อย่างไร