AjaxRequestExtensions.IsAjaxRequest(HttpRequestBase) Method
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.
Determines whether the specified HTTP request is an AJAX request.
public static bool IsAjaxRequest (this System.Web.HttpRequestBase request);
static member IsAjaxRequest : System.Web.HttpRequestBase -> bool
<Extension()>
Public Function IsAjaxRequest (request As HttpRequestBase) As Boolean
Parameters
- request
- HttpRequestBase
The HTTP request.
Returns
true if the specified HTTP request is an AJAX request; otherwise, false.
Exceptions
The request
parameter is null (Nothing in Visual Basic).