По умолчанию URL:http://ipf.bulgaria.local/Aboutus.aspxRazor MVC partialview pagination url action, Как определить указанный URL?
После нажатия на постраничной URL: http://ipf.bulgaria.local/api/sitecore/Newsfeed?page=2
Ожидаемый URL:http://ipf.bulgaria.local/Aboutus.aspx?page=2
Может кто-то мне советы, как достичь ожидаемого URL и как получить читать «/ api/sitecore/Newsfeed»?
<div class="col-sm-10">
<div class="center">
@Html.PagedListPager((PagedList.IPagedList)Model
.SelectedNewsItems,
page => Url.Action("Index", new { page }))
</div>
</div>
Вы получаете URL-адрес от Sitecore или Lucene/Solr? –