- 10
Hello,
We will begin to do some customization's to the NeoFashion Responsive Theme.
First we will add some menus in the "HeaderLinks.cshtml"
We see all links as the form:
<li><a href="@Url.RouteUrl("CustomerInfo")">@Model.CustomerEmailUsername</a></li>
So how we add new variables to the model?
We dont want add it in this way:
<li><a href="http://www.mynewurl.com/">mynewurl.com</a></li>
Thanks
We will begin to do some customization's to the NeoFashion Responsive Theme.
First we will add some menus in the "HeaderLinks.cshtml"
We see all links as the form:
<li><a href="@Url.RouteUrl("CustomerInfo")">@Model.CustomerEmailUsername</a></li>
So how we add new variables to the model?
We dont want add it in this way:
<li><a href="http://www.mynewurl.com/">mynewurl.com</a></li>
Thanks