Merge pull request #5132 from mdmontesinos/sitemap-cache
resolves #4899: output cache for sitemap
This commit is contained in:
@ -94,6 +94,8 @@ namespace Oqtane.Shared
|
||||
public const string CookieConsentCookieName = "Oqtane.CookieConsent";
|
||||
public const string CookieConsentCookieValue = "yes";
|
||||
public const string CookieConsentActionCookieValue = "yes";
|
||||
|
||||
public const string SitemapOutputCacheTag = "Sitemap";
|
||||
// Obsolete constants
|
||||
|
||||
const string RoleObsoleteMessage = "Use the corresponding member from Oqtane.Shared.RoleNames";
|
||||
|
Reference in New Issue
Block a user