Public Gists by mscottford

gist: 126074 Object helper method that m...
Gravatar
Mon Jun 08 14:23:22 -0700 2009
1
2
3
// Example
// var sample = new { booleanValue = true, stringValue = "Test Value" }
// sample.Property<bool>("booleanValue") will result in true
gist: 118926 An ASP.NET MVC HTML helper ...
Gravatar
Wed May 27 14:42:41 -0700 2009
1
2
3
        public static string Menu(this HtmlHelper helper, string siteMapProviderName)
        {