NavigationSourceConfiguration.GetReadLink 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 read links for this navigation source.
public virtual Microsoft.AspNet.OData.Builder.SelfLinkBuilder<Uri> GetReadLink ();
abstract member GetReadLink : unit -> Microsoft.AspNet.OData.Builder.SelfLinkBuilder<Uri>
override this.GetReadLink : unit -> Microsoft.AspNet.OData.Builder.SelfLinkBuilder<Uri>
Public Overridable Function GetReadLink () As SelfLinkBuilder(Of Uri)
Returns
The link builder.