IODataTemplateTranslator.Translate Method
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.
Translate the ODataPathTemplate to ODataPath
public Microsoft.OData.UriParser.ODataPath Translate (Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate path, Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context);
abstract member Translate : Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate * Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext -> Microsoft.OData.UriParser.ODataPath
Public Function Translate (path As ODataPathTemplate, context As ODataTemplateTranslateContext) As ODataPath
Parameters
- path
- ODataPathTemplate
The OData path template.
- context
- ODataTemplateTranslateContext
The translate context.
Returns
The OData Path.