Share via


HttpRequestMessageProperties.PathHandler Property

 

Gets or sets the IODataPathHandler for generating links. Getter creates a default IODataPathHandler if value is currently null.

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

Syntax

public IODataPathHandler PathHandler { get; set; }
public:
property IODataPathHandler^ PathHandler {
    IODataPathHandler^ get();
    void set(IODataPathHandler^ value);
}
member PathHandler : IODataPathHandler with get, set
Public Property PathHandler As IODataPathHandler

Property Value

Type: System.Web.Http.OData.Routing.IODataPathHandler

See Also

HttpRequestMessageProperties Class
System.Web.Http.OData.Extensions Namespace

Return to top