SP.PageRequest Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the SP.PageRequest class.
Methods
Name |
Description |
---|---|
Registers a handler for the failed request event of the web request. |
|
Registers a handler for the succeeded request event of the web request. |
|
Executes the "GET" web request. |
|
Executes the "POST" web request. |
|
Sets the "GET" web request. |
|
Initializes a new instance of the PageRequest class. |
|
Sets "POST" web request. |
|
Removes the event handler added by the SP.PageRequest.add_failed(value) Method. |
|
Removes the event handler added by the SP.PageRequest.add_succeeded(value) Method. |