c# - How to change css class in order in razor syntax -
i'm dealing content management scheme in mvc razor syntax , question have navigation menu , each menu has different css class megamenu1 megamenu2 megamenu3 megamenu4... , want able loop them using foreach , want them take these classes in order, long loops each div take class
<div class="megamenu1"> <div class="megamenu2"> <div class="megamenu3">
i not figure out solution , wanted ask, shares thought sutiation me.
c# css asp.net-mvc razor foreach
No comments:
Post a Comment