Class ODataRouteConstants
This class contains route constants for OData.
public static class ODataRouteConstants
- Inheritance
-
ODataRouteConstants
- Inherited Members
Fields
Action
Route data key for the action name.
public static readonly string Action
Field Value
Batch
Route template suffix for OData batch.
public static readonly string Batch
Field Value
ConstraintName
Parameter name to use for the OData path route constraint.
public static readonly string ConstraintName
Field Value
Controller
Route data key for the controller name.
public static readonly string Controller
Field Value
Key
Route data key for entity keys.
public static readonly string Key
Field Value
NavigationProperty
Route data key for the navigation property name when manipulating links.
public static readonly string NavigationProperty
Field Value
ODataPath
Route variable name for the OData path.
public static readonly string ODataPath
Field Value
ODataPathTemplate
Wildcard route template for the OData path route variable.
public static readonly string ODataPathTemplate
Field Value
RelatedKey
Route data key for the related key when deleting links.
public static readonly string RelatedKey
Field Value
VersionConstraintName
Parameter name to use for the OData version route constraint.
public static readonly string VersionConstraintName