Menghasilkan full url di dalam Controller MVC
[code language=”csharp”]
string address = Request.Url.Scheme + "://" + HttpContext.Request.Url.Authority + Url.Action("Detail", "IncomingDocument", new { id = form.Id });
[/code]
Contoh hasilnya: http://localhost:3750/IncomingDocument/Detail/16
http://stackoverflow.com/questions/699782/creating-a-url-in-the-controller-net-mvc