Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 如何在html.actionlink中添加引导图标?_Twitter Bootstrap_Asp.net Mvc 3 - Fatal编程技术网

Twitter bootstrap 如何在html.actionlink中添加引导图标?

Twitter bootstrap 如何在html.actionlink中添加引导图标?,twitter-bootstrap,asp.net-mvc-3,Twitter Bootstrap,Asp.net Mvc 3,目前,我正在为以下代码使用引导按钮,它工作正常: @Html.ActionLink("Bookmark this carpark!", "../Bookmarks/Create", new { carparkId = Model.id, address = Model.address }, new { @class = "btn btn-warning" }) 然而,我想同时添加一个glyphicon书签。知道我该怎么做吗?我不知道其他方法。但这是我用的

目前,我正在为以下代码使用引导按钮,它工作正常:

    @Html.ActionLink("Bookmark this carpark!", "../Bookmarks/Create", new { carparkId = Model.id, address = Model.address }, new { @class = "btn btn-warning" })

然而,我想同时添加一个glyphicon书签。知道我该怎么做吗?

我不知道其他方法。但这是我用的