Home
Library
Learn
Downloads
Support
Community
Sign in
|
United States - English
|
|
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
ASP.NET MVC Reference
System.Web.Mvc
AjaxRequestExtensions Class
AjaxRequestExtensions Methods
IsAjaxRequest Method
Community Content
Add code samples and tips to enhance this topic.
More...
0 out of 1 rated this helpful
-
Rate this topic
AjaxRequestExtensions
.
IsAjaxRequest Method
.NET Framework 4
Other Versions
.NET Framework 3.5
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
static
bool
IsAjaxRequest(
this
HttpRequestBase request )
Parameters
request
Type:
System.Web
.
HttpRequestBase
Return Value
Type:
System
.
Boolean
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
HttpRequestBase
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
AjaxRequestExtensions Class
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Content
Add
FAQ