标签: c# .net asp.net-core
我的Claim对象中有一个ClaimsPrincipal,它包含boolean,我需要响应缓存,因此boolean而异。
Claim
ClaimsPrincipal
boolean
在MVC 5中,我可以使用VaryByCustom字符串轻松完成此操作,但我无法弄清楚如何在.NET Core中解决此问题。
VaryByCustom