DynamicDataRouteHandler.GetRequestContext Method (HttpContext)
.NET Framework (current version)
Returns the RequestContext instance for the current Web request.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- httpContext
-
Type:
System.Web.HttpContext
The context information that is associated with the Web request.
| Exception | Condition |
|---|---|
| ArgumentNullException | httpContext is null. |
A new context is created if it is required. This can occur if the current request is not a Dynamic Data request.
.NET Framework
Available since 3.5
Available since 3.5
Show: