Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the OData URL path template that this action handles.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public string PathTemplate {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ PathTemplate {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member PathTemplate : string with get, private set
Public Property PathTemplate As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
ODataRouteAttribute Class
System.Web.OData.Routing Namespace
Return to top