M
markmazelin
Guest
Geoff: I haven't found a documentation page like you are asking. You could look through some of the HtmlHelper extensions in the Feather github repo. There are a number of HtmlHelper extension methods in the classes in this folder: Sitefinity/feather For your idea of adding date modified, it doesn't look like any of those expose that data. The closest would be a call to @SitefinityContext.Page, which ideally would have it, but Sitefinity limits the return of the Page info to Title and Keywords. My guess is you would need to write you own extension that duplicates the code in that method, but exposes more data with your own model.
Continue reading...
Continue reading...