Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
You can certainly add a cache to that, can be as simple as a Dictionary<string, ContentReference>().
There is no "normalized" code support in Episerver.
And I think you might be referring to UrlSegment (aka name in url), not code.
Hi Quan,
Can i use ProjectionsSearch to get ProductContent type?
I try use projection but i get exception messeage: Please use GetContentResult extension method for getting results with content types
When i try use GetcontentResult i can't get value of properties set as Ignore attribute
For example:
[Ignore]
public IEnumerable<PriceRange> Prices
{
get; set;
}
[Ignore]
public IEnumerable<ProductAvailability> ProductAvailabilities { get; set; }
Thanks,
Thang Le
Hi,
I am using product code in url but my code not startdard it include some special characters. So i have to normalize it and then add to url
from normalize code in url i can't denomalize to actual code to get product by ContentRepository so i have to query to episerver FIND to get product
The issue is that, time to query to find to get product too long lead to performance impact
So my question:
Is there any way to get product by nomalize code from episerver
Thanks,
Thang Le