AjaxRequestExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a class that extends the HttpRequestBase class by adding the ability to determine whether an HTTP request is an AJAX request.
public static class AjaxRequestExtensions
type AjaxRequestExtensions = class
Public Module AjaxRequestExtensions
- Inheritance
-
AjaxRequestExtensions
Methods
IsAjaxRequest(HttpRequestBase) |
Determines whether the specified HTTP request is an AJAX request. |