Share via


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

'Declaration
Public ReadOnly Property ODataPath As ODataPath 
    Get
'Usage
Dim instance As EntitySetController 
Dim value As ODataPath 

value = instance.ODataPath
public ODataPath ODataPath { get; }
public:
property ODataPath^ ODataPath {
    ODataPath^ get ();
}
member ODataPath : ODataPath
function get ODataPath () : ODataPath

Property Value

Type: System.Web.Http.OData.Routing.ODataPath
Returns ODataPath.

See Also

Reference

EntitySetController<TEntity, TKey> Class

System.Web.Http.OData Namespace