DynamicDataRouteHandler.SetRequestMetaTable Method (HttpContext, MetaTable)
.NET Framework (current version)
Sets the MetaTable object that is associated with the current HttpRequest 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.
- table
-
Type:
System.Web.DynamicData.MetaTable
The metatable that is associated with the current request.
The HttpRequest object can be null for non-Dynamic Data requests.
.NET Framework
Available since 3.5
Available since 3.5
Show: