NavigationSourceConfiguration.GetIdLink 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.
Gets the builder used to generate ID for this navigation source.
public virtual Microsoft.AspNet.OData.Builder.SelfLinkBuilder<Uri> GetIdLink ();
abstract member GetIdLink : unit -> Microsoft.AspNet.OData.Builder.SelfLinkBuilder<Uri>
override this.GetIdLink : unit -> Microsoft.AspNet.OData.Builder.SelfLinkBuilder<Uri>
Public Overridable Function GetIdLink () As SelfLinkBuilder(Of Uri)
Returns
The builder.