DynamicDataRouteHandler.CreateHandler Method

Definition

Creates a handler to process a request.

C#
public virtual System.Web.IHttpHandler CreateHandler(System.Web.DynamicData.DynamicDataRoute route, System.Web.DynamicData.MetaTable table, string action);

Parameters

route
DynamicDataRoute

The matched route.

table
MetaTable

The metadata table that is contained in the route.

action
String

The action that is contained in the route.

Returns

The handler that can process a request.

Examples

.

Applies to

Proizvod Verzije
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1