Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the OData path of the current request.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataPath ODataPath { get; }
public:
property ODataPath^ ODataPath {
ODataPath^ get();
}
member ODataPath : ODataPath with get
Public ReadOnly Property ODataPath As ODataPath
Property Value
Type: System.Web.Http.OData.Routing.ODataPath
See Also
AsyncEntitySetController<TEntity, TKey> Class
System.Web.Http.OData Namespace
Return to top