EntitySetController<TEntity, TKey>.ODataPath Property

 

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

EntitySetController<TEntity, TKey> Class
System.Web.Http.OData Namespace

Return to top