ODataRouteAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ODataRouteAttribute() |
Initializes a new instance of the ODataRouteAttribute class. |
ODataRouteAttribute(String) |
Initializes a new instance of the ODataRouteAttribute class. |
ODataRouteAttribute()
Initializes a new instance of the ODataRouteAttribute class.
public ODataRouteAttribute ();
Public Sub New ()
Applies to
ODataRouteAttribute(String)
Initializes a new instance of the ODataRouteAttribute class.
public ODataRouteAttribute (string pathTemplate);
new Microsoft.AspNet.OData.Routing.ODataRouteAttribute : string -> Microsoft.AspNet.OData.Routing.ODataRouteAttribute
Public Sub New (pathTemplate As String)
Parameters
- pathTemplate
- String
The OData URL path template that this action handles.