9 references to Value
System.Web (9)
Cache\OutputCache.cs (1)
189
headerElements.Add(new HeaderElement(h.Name, h.
Value
));
HttpCachePolicy.cs (1)
1005
sb = new StringBuilder(headerCacheControl.
Value
);
HttpResponse.cs (5)
294
headers.SetHeader(cookieHeader.Name, cookieHeader.
Value
, false);
321
headers.SetHeader(cookieHeader.Name, cookieHeader.
Value
, false);
1139
this.AppendHeader(h.Name, h.
Value
);
1642
coding = h.
Value
;
3454
headers.Set(header.Name, header.
Value
);
OutputCacheModule.cs (1)
881
contentEncoding = h.
Value
;
UI\TraceContext.cs (1)
805
row[SR.Trace_Value] = h.
Value
;