Create NavigateUrl Function
Posted: Tue Jan 12, 2010 9:51 am
Is there a helper function to create the NavigateUrl for a Product without the Product object?
brad
brad
Code: Select all
int productId = 33;
string productName = "All-in-One Printer";
string relativeURL = UrlGenerator.GetBrowseUrl(productId, CatalogNodeType.Product, productName);