5 references to HasQueryString
System.Web (5)
OutputCacheModule.cs (3)
179
if (request.
HasQueryString
&& (a != null || cachedVary._varyByAllParams)) {
711
if (request.
HasQueryString
) {
1133
if (!cache.VaryByParams.AcceptsParams() && (request.HttpVerb == HttpVerb.POST || request.
HasQueryString
)) {
UI\Page.cs (2)
708
if (RequestInternal != null && Request.
HasQueryString
) {
1884
return (dontReturnNull || _request.
HasQueryString
) ? _request.QueryString : null;