Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function IsAjaxRequest ( _
request As HttpRequestBase _
) As Boolean
public static bool IsAjaxRequest(
this HttpRequestBase request
)
[ExtensionAttribute]
public:
static bool IsAjaxRequest(
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).