ODataPathRouteConstraint.PathHandler Property

 

Gets the OData path handler to use for parsing.

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

Syntax

public IODataPathHandler PathHandler {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IODataPathHandler^ PathHandler {
    [CompilerGeneratedAttribute]
    IODataPathHandler^ get();
    [CompilerGeneratedAttribute]
    private: void set(IODataPathHandler^ value);
}
member PathHandler : IODataPathHandler with get, private set
Public Property PathHandler As IODataPathHandler
    Get
    Private Set
End Property

Property Value

Type: System.Web.OData.Routing.IODataPathHandler

See Also

ODataPathRouteConstraint Class
System.Web.OData.Routing Namespace

Return to top