Exemplo n.º 1
0
 public string GetVaryByCustomString(IHttpContext context, string custom)
 {
     return _httpApplication.GetVaryByCustomString(context != null ? context.GetInternalHttpContext() : null, custom);
 }