I am reading Fastly's guides on how to cache pages or using conditions to not cache specific pages. The site I'm working on has some dynamic elements present on all pages of the site which I need to not be cached.
The Fastly guides mention passing specific HTTP headers or using conditions to cache pages and this makes sense for full pages. However, I can't find a clear answer on how to tell the system to not cache parts of a given page while still caching the rest of the page.
Anyone got an example of how I would do this, ideally using IIS / C#?