1 2 3
// Example// var sample = new { booleanValue = true, stringValue = "Test Value" }// sample.Property<bool>("booleanValue") will result in true
public static string Menu(this HtmlHelper helper, string siteMapProviderName) {