Следуя за мной, я создал URL (http://localhost:7187/Books/redirectURL) динамически
Classname.WebsitePath + VirtualPathUtility.ToAbsolute (Url.Action ("redirectURL", "Books"));
публичная статическая строка WebsitePath
{
получить
{
return HttpContext.Current.Request.Url.GetLeftPart (UriPartial.Authority);
}
}