Click or drag to resize

RequestExtensions Class

Helper extension methods for the HttpRequest class.
Inheritance Hierarchy
SystemObject
  NetQuarryRequestExtensions

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class RequestExtensions

The RequestExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberPageCommand
Get the platform-specific page command from the request. The page command is a generic platform for posting back commands from the page via a hidden "eappgcmd" element inserted via javascript into the DOM of the requesting page.
Top
See Also