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