2 references to HasForm
System.Web (2)
OutputCacheModule.cs (1)
193if (request.HasForm && (a != null || cachedVary._varyByAllParams)) {
UI\Page.cs (1)
1881return (dontReturnNull || _request.HasForm) ? _request.Form : null;