2 references to ProcessPostDataAsync
System.Web (2)
UI\Page.cs (2)
5063
await
ProcessPostDataAsync
(_requestValueCollection, true /* fBeforeLoad */).WithinCancellableCallback(con);
5090
await
ProcessPostDataAsync
(_leftoverPostData, false /* !fBeforeLoad */).WithinCancellableCallback(con);