Last active
May 15, 2016 16:03
-
-
Save casper-rasmussen/4bcd26f42b0b768dd9dc1dc4c4a05677 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this._urlResolver.GetUrl(product.ContentLink, ContentLanguage.PreferredCulture.Name, | |
new VirtualPathArguments() | |
{ | |
RouteValues = new RouteValueDictionary(new { section = "specifications" }) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment