Shinkansen for ASP.NET MVC Now Available
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Sun, 28 Mar 2010 00:00:00 GMT
Indexed on
2010/03/29
4:53 UTC
Read the original article
Hit count: 234
Filed under:
While building Morts and Elvises with MVC2, I cut over Shinkansen to support MVC
syntax within views and master pages.
I’ve included a sample MVC project, which you can either download from Codeplex or view online: view or download source code. In either case, peek inside Site.Master and you’ll see CSS includes at the top…
<%= ShinkansenMvc.Includes (c =>
{
c.AddCss ("~/assets/css/addthis_widget.css");
c.AddCss ("/assets/css/reset.css");
c.AddCss ("assets/css/sifr.css");
...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner