[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to add a custom classification on a page to display as a metatag element in the tem

  • Thread starter Thread starter jread
  • Start date Start date
Status
Not open for further replies.
J

jread

Guest
Here is some code that will get you most of the way. You will need to modify it to get scheme attribute in there. The OnPagePreRenderCompleteEventHandler(IPagePreRenderCompleteEvent evt) will be called on each page render then look for the fields on the page to add the value as a metafield. To register the page render event you can do it in your Global.asax or in a separate assembly. Sitefinity docs reference for events www.progress.com/.../for-developers-pages-events Code: gist.github.com/.../4f9e903741c385567f85f87456484b91

Continue reading...
 
Status
Not open for further replies.
Back
Top