Implemented interface member:
property
ResponseElements
System.Web.Caching.IOutputCacheEntry.ResponseElements
5 references to ResponseElements
System.Web (5)
Cache\OutputCache.cs (5)
241
if (oce.
ResponseElements
!= null && oce.
ResponseElements
.Count > 0) {
242
buffers = new ArrayList(oce.
ResponseElements
.Count);
243
for (int i = 0; i < oce.
ResponseElements
.Count; i++) {
244
ResponseElement re = oce.
ResponseElements
[i];