ODataRouteConstants Class
This class contains route constants for OData.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Routing.ODataRouteConstants
Syntax
public static class ODataRouteConstants
public ref class ODataRouteConstants abstract sealed
[<AbstractClass>]
[<Sealed>]
type ODataRouteConstants = class end
Public NotInheritable Class ODataRouteConstants
Fields
Name | Description | |
---|---|---|
Action | Route data key for the action name. |
|
Batch | Route template suffix for OData batch. |
|
ConstraintName | Parameter name to use for the OData path route constraint. |
|
Controller | Route data key for the controller name. |
|
DynamicProperty | Route data key for the dynamic property name when manipulating open type. |
|
Key | Route data key for entity keys. |
|
NavigationProperty | Route data key for the navigation property name when manipulating links. |
|
ODataPath | Route variable name for the OData path. |
|
ODataPathTemplate | Wildcard route template for the OData path route variable. |
|
RelatedKey | Route data key for the related key when deleting links. |
|
VersionConstraintName | Parameter name to use for the OData version route constraint. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Routing Namespace
Return to top