DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

Allowing ActionLinkButton to receive url as a parameter #362

Closed noamberda closed 9 years ago

noamberda commented 9 years ago

Hi, Is it possible to extend the ActionLinkButton extension and allow it to receive a URL.

for example Html.Bootstrap().ActionLinkButton("Text", URL)

Thanks, Noam

DmitryEfimenko commented 9 years ago

There is already a helper for that:

@Html.Bootstrap().Link("Google", "www.google.com")
noamberda commented 9 years ago

The Link does not have the attributes of ActionLinkButton. I cannot set the button style etc...

DmitryEfimenko commented 9 years ago

You are right. I'll add this tomorrow.

DmitryEfimenko commented 9 years ago

This is added. Please get latest.