ODataRouteConstants Class

 

This class contains route constants for OData.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.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
System_CAPS_pubfieldSystem_CAPS_static Action

Route data key for the action name.

System_CAPS_pubfieldSystem_CAPS_static Batch

Route template suffix for OData batch.

System_CAPS_pubfieldSystem_CAPS_static ConstraintName

Parameter name to use for the OData path route constraint.

System_CAPS_pubfieldSystem_CAPS_static Controller

Route data key for the controller name.

System_CAPS_pubfieldSystem_CAPS_static Key

Route data key for entity keys.

System_CAPS_pubfieldSystem_CAPS_static NavigationProperty

Route data key for the navigation property name when manipulating links.

System_CAPS_pubfieldSystem_CAPS_static ODataPath

Route variable name for the OData path.

System_CAPS_pubfieldSystem_CAPS_static ODataPathTemplate

Wildcard route template for the OData path route variable.

System_CAPS_pubfieldSystem_CAPS_static RelatedKey

Route data key for the related key when deleting links.

System_CAPS_pubfieldSystem_CAPS_static 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.Http.OData.Routing Namespace

Return to top