Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public virtual SelfLinkBuilder<Uri> GetIdLink()
public:
virtual SelfLinkBuilder<Uri^>^ GetIdLink()
abstract GetIdLink : unit -> SelfLinkBuilder<Uri>
override GetIdLink : unit -> SelfLinkBuilder<Uri>
Public Overridable Function GetIdLink As SelfLinkBuilder(Of Uri)
Return Value
Type: System.Web.OData.Builder.SelfLinkBuilder<Uri>
The builder.
Implements
INavigationSourceConfiguration.GetIdLink()
See Also
NavigationSourceConfiguration Class
System.Web.OData.Builder Namespace
Return to top