So i was trying to add title tag for all my images in Sitecore. John West had a solution here
The issue is, I am not getting all the rendering fields in my pipeline. When i debug the Solution, the breakpoints hits only 4 or 5 times totally and they are all different fields either under footer. Interestingly all of them are only "Rich text" Fields. What am i missing? Why am i not getting all the fields under Sitecore.Pipelines.Renderfield.RenderFieldArgs
?
I am also using Glassmapper and using @RenderImage
to render the images. Couldthat be the reason?