5 references to ExpiresOn
Microsoft.AspNetCore.Mvc.TagHelpers (5)
Cache\CacheTagKey.cs (1)
85
_expiresOn = tagHelper.
ExpiresOn
;
CacheTagHelper.cs (2)
173
if (
ExpiresOn
!= null)
176
options.SetAbsoluteExpiration(
ExpiresOn
.Value);
DistributedCacheTagHelper.cs (2)
81
if (
ExpiresOn
!= null)
84
options.SetAbsoluteExpiration(
ExpiresOn
.Value);