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...
Continue reading...