ฉันมีปัญหาดังต่อไปนี้: ตัวอย่างเช่นฉันมีเส้นทางดังนี้:
routes.Add(new Route("forums/thread/{threadOid}/last", new MvcRouteHandler())
Defaults = new RouteValueDictionary(
new { controller = "Thread", action ="ShowThreadLastPostPage"}),
Constraints = new RouteValueDictionary(new { threadOid = @"^\d+$" })
}
);
มีวิธีใดบ้างที่ใช้เมธอด RedirectToAction นำทางไปยัง URL เช่นนี้:
forums/thread/{threadOid}/last#postOid