IODataPathTemplateHandler Interface
Exposes the ability to parse an OData path template as an ODataPathTemplate.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public interface IODataPathTemplateHandler
public interface class IODataPathTemplateHandler
type IODataPathTemplateHandler = interface end
Public Interface IODataPathTemplateHandler
Methods
Name | Description | |
---|---|---|
ParseTemplate(IEdmModel, String) | Parses the specified OData path template as an ODataPathTemplate. |
See Also
System.Web.OData.Routing Namespace
Return to top