Started hooking up appropriate aspects for Blog and BlogPost. No functionality change.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041987
This commit is contained in:
ErikPorter
2009-11-24 02:03:13 +00:00
parent 00acb5ca32
commit 8cfe592c98
19 changed files with 88 additions and 34 deletions

View File

@@ -3,5 +3,7 @@ using Orchard.Models;
namespace Orchard.Core.Common.Models {
public class RoutableAspect : ContentPart<RoutableRecord> {
public string Title { get { return Record.Title; } }
public string Slug { get { return Record.Slug; } }
}
}