DynamicDataRouteHandler.GetRequestMetaTable Method (HttpContext)
.NET Framework (current version)
Returns a MetaTable object from the HttpContext object.
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.
Return Value
Type: System.Web.DynamicData.MetaTableThe data-model metadata table that is associated with the current Web request, or null if the request is not a Dynamic Data request
| Exception | Condition |
|---|---|
| ArgumentNullException | httpContext is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: