Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Selecting a specific localisation of a page title in C#

$
0
0
I think I've solved it. The line:
if (Page == null || Page.Data == null)
... appears to have been causing the problems. Once I changed it to:
if (Page == null)
The title displayed!

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>