Share via


INavigationSourceConfiguration.GetReadLink Method ()

 

Gets the builder used to generate read links for this navigation source.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

SelfLinkBuilder<Uri> GetReadLink()
SelfLinkBuilder<Uri^>^ GetReadLink()
abstract GetReadLink : unit -> SelfLinkBuilder<Uri>
Function GetReadLink As SelfLinkBuilder(Of Uri)

Return Value

Type: System.Web.OData.Builder.SelfLinkBuilder<Uri>

The link builder.

See Also

INavigationSourceConfiguration Interface
System.Web.OData.Builder Namespace

Return to top