AttributeRoutingConvention.ODataPathTemplateHandler Property
Gets the IODataPathTemplateHandler to be used for parsing the route templates.
Namespace: System.Web.OData.Routing.Conventions
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IODataPathTemplateHandler ODataPathTemplateHandler {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IODataPathTemplateHandler^ ODataPathTemplateHandler {
[CompilerGeneratedAttribute]
IODataPathTemplateHandler^ get();
[CompilerGeneratedAttribute]
private: void set(IODataPathTemplateHandler^ value);
}
member ODataPathTemplateHandler : IODataPathTemplateHandler with get, private set
Public Property ODataPathTemplateHandler As IODataPathTemplateHandler
Get
Private Set
End Property
Property Value
Type: System.Web.OData.Routing.IODataPathTemplateHandler
See Also
AttributeRoutingConvention Class
System.Web.OData.Routing.Conventions Namespace
Return to top