Hi all,
Probably a fairly simple question to which I hope someone knows the answer.
I currently use a custom PageTemplateExtender and I'd like to know how to get the virtual path of the template that is being rendered.
If I use this code the following code, I get only a portion of the path and it includes the filename:
PageView.Area.get_Value("arealayout").ToString().
Is there a way to get a VirtualPath of this 'arealayout' out of the box?
Best,
Daniel