新闻中心的
Detail.cshtml 中
[url=][/url] int columnId = Html.CurrentColumnId();
dynamic infoData = Html.InfoData();
int infoId = infoData.Id;
dynamic prevData = Html.InfoDataPrevious(columnId, (int)infoData.Id);
dynamic nextData = Html.InfoDataNext(columnId, (int)infoData.Id);
string relativeIds = infoData.RelativeIds;//获取相关新闻的ids;
var tagList=Html.InfoTagList("news", infoId);
如何在这里调用某个标签的内容,而不是栏目的内容?