I'm curious if it's possible to use multiple CSS classes in ActionLink in MVC3 Razor syntax? In the line below, only the first class (btn) and skipps btn_c are loaded.
@Html.ActionLink("Administration", "Index", "Admin", null, new { @class = "btn btn_c" })
I just used your current ActionLink with the following css:
.btn { color: yellow; } .btn_c { background-color: red; }
And he successfully produced the following output:
Source: https://habr.com/ru/post/1385757/More articles:Activeadmin Resource Names - ruby-on-railsUnderstanding the goals of malloc and calloc - cRecording a stored instance for a CString with O (1) function to get the total byte length - vectorIs it possible to drag a div with Easing and set the minimum height? - jqueryWhile / Switch Statement weird output - c ++https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1385758/is-this-all-that-needs-to-be-done-to-prevent-csrf-with-php-and-ajax&usg=ALkJrhjyeqVdx2BsDAY5tN03htbt1udvoAHow to use an event argument outside an event - c #How to close a socket and then open it again? - javaWin32Exception: operation completed successfully - c #Recommendations for writing a message about changes in version control systems? - version-controlAll Articles