Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi,
Nice look to the new web site. This is a module design question.
So I'm making a simple module that lists pages in the web site based on Tag. So using C# Razor, I'm able to query for things in the database, Content Items, Tabs, Taxonomy Terms, etc. But say I wanted to get URLs using either the ContentItemID or the TabID (really, I'm not 100% sure which one is appropriate). If I query "select Url from Tabs" most entries are blank. What would be the appropriate way of getting the proper URLs in this situation?