Esempio n. 1
0
 /// <inheritdoc/>
 public string Create(HttpContext context, CommandCollection commands)
 => CacheKeyHelper.BuildRelativeKey(CacheKeyHelper.CaseHandling.LowerInvariant, context.Request.PathBase, context.Request.Path, QueryString.Create(commands));
Esempio n. 2
0
 /// <inheritdoc/>
 public string Create(HttpContext context, CommandCollection commands)
 => CacheKeyHelper.BuildAbsoluteKey(CacheKeyHelper.CaseHandling.None, context.Request.Host, context.Request.PathBase, context.Request.Path, QueryString.Create(commands));