Share via


ODataBatchPathMapping Class

Definition

A class for storing batch route names and prefixes used to determine if a route is a batch route.

public class ODataBatchPathMapping
type ODataBatchPathMapping = class
Public Class ODataBatchPathMapping
Inheritance
ODataBatchPathMapping

Constructors

ODataBatchPathMapping()

Methods

AddRoute(String, String)

Add a route name and template for batching.

TryGetRouteName(HttpContext, String)

Try and get the batch handler for a given path.

Applies to