Share via


MetadataController.GetServiceDocument Method

Definition

Generates the OData service document.

[Microsoft.AspNetCore.Mvc.HttpGet]
public Microsoft.OData.ODataServiceDocument GetServiceDocument ();
[<Microsoft.AspNetCore.Mvc.HttpGet>]
member this.GetServiceDocument : unit -> Microsoft.OData.ODataServiceDocument
Public Function GetServiceDocument () As ODataServiceDocument

Returns

The service document for the service.

Attributes

Applies to