3 references to EnableViewStateMac
System.Web (3)
UI\PageParser.cs (2)
221
if (PagesConfig.
EnableViewStateMac
!= Page.EnableViewStateMacDefault)
222
_mainDirectiveConfigSettings["enableviewstatemac"] = Util.GetStringFromBool(PagesConfig.
EnableViewStateMac
);
UI\Util.cs (1)
90
recompilationHash.AddObject(ps.
EnableViewStateMac
);