ODataRoutingMetadata(String, IEdmModel, ODataPathTemplate) Constructor
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.
Initializes a new instance of the ODataRoutingMetadata class.
public ODataRoutingMetadata (string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate template);
new Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata : string * Microsoft.OData.Edm.IEdmModel * Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate -> Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata
Public Sub New (prefix As String, model As IEdmModel, template As ODataPathTemplate)
Parameters
- prefix
- String
The prefix string.
- model
- IEdmModel
The Edm model.
- template
- ODataPathTemplate
The Routing path template.