15 references to systemPostFieldPrefix
System.Web (15)
HttpValueCollection.cs (1)
88if (key != null && key.StartsWith(System.Web.UI.Page.systemPostFieldPrefix, StringComparison.Ordinal)) {
UI\Page.cs (14)
310public const string postEventSourceID = systemPostFieldPrefix + "EVENTTARGET"; 312private const string lastFocusID = systemPostFieldPrefix + "LASTFOCUS"; 313private const string _scrollPositionXID = systemPostFieldPrefix + "SCROLLPOSITIONX"; 314private const string _scrollPositionYID = systemPostFieldPrefix + "SCROLLPOSITIONY"; 318public const string postEventArgumentID = systemPostFieldPrefix + "EVENTARGUMENT"; 320internal const string ViewStateFieldPrefixID = systemPostFieldPrefix + "VIEWSTATE"; 323internal const string ViewStateEncryptionID = systemPostFieldPrefix + "VIEWSTATEENCRYPTED"; 324internal const string EventValidationPrefixID = systemPostFieldPrefix + "EVENTVALIDATION"; 326internal const string WebPartExportID = systemPostFieldPrefix + "WEBPARTEXPORT"; 333internal const string callbackID = systemPostFieldPrefix + "CALLBACKID"; 334internal const string callbackParameterID = systemPostFieldPrefix + "CALLBACKPARAM"; 335internal const string callbackLoadScriptID = systemPostFieldPrefix + "CALLBACKLOADSCRIPT"; 336internal const string callbackIndexID = systemPostFieldPrefix + "CALLBACKINDEX"; 338internal const string previousPageID = systemPostFieldPrefix + "PREVIOUSPAGE";