INavigationSourceConfiguration.GetIdLink Method ()
Gets the builder used to generate ID for this navigation source.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
SelfLinkBuilder<Uri> GetIdLink()
SelfLinkBuilder<Uri^>^ GetIdLink()
abstract GetIdLink : unit -> SelfLinkBuilder<Uri>
Function GetIdLink As SelfLinkBuilder(Of Uri)
Return Value
Type: System.Web.OData.Builder.SelfLinkBuilder<Uri>
The builder.
See Also
INavigationSourceConfiguration Interface
System.Web.OData.Builder Namespace
Return to top