Vary by control properties using PartialCaching in ASP.NET

后端 未结 3 1912
别那么骄傲
别那么骄傲 2020-12-08 09:00

I am using the PartialCaching attribute on the base class of a user control.

I would like the cached controls to vary based on the properties set on the control inst

3条回答
  •  伪装坚强ぢ
    2020-12-08 09:28

    What you need is Caching Multiple Versions of a User Control by Using Declarative Attributes.

提交回复
热议问题