Share via


ODataRoutingMetadata(String, IEdmModel, ODataPathTemplate) Constructor

Definition

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.

Applies to