ODataRoutingMetadata Class
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.
Represents OData Endpoint metadata used during routing.
public sealed class ODataRoutingMetadata : Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata
type ODataRoutingMetadata = class
interface IODataRoutingMetadata
Public NotInheritable Class ODataRoutingMetadata
Implements IODataRoutingMetadata
- Inheritance
-
ODataRoutingMetadata
- Implements
Constructors
ODataRoutingMetadata(String, IEdmModel, ODataPathTemplate) |
Initializes a new instance of the ODataRoutingMetadata class. |
Properties
Model |
Gets the Edm model. |
Prefix |
Gets the prefix string. |
Template |
Gets the OData path template |