【发布时间】:2012-06-07 12:35:33
【问题描述】:
结果
@Html.RouteLink("link-name" , "route-name" , new
{
id = "8850" ,
title = "sample-title" ,
description = "sample-description"
}
)
是
<a href="/8850/sample-title/sample-description/">link-name</a>
有没有只提供href 地址的扩展方法?
【问题讨论】:
标签: c# asp.net-mvc-3 url asp.net-mvc-routing