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 read links for this navigation source.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual SelfLinkBuilder<Uri> GetReadLink()
public:
virtual SelfLinkBuilder<Uri^>^ GetReadLink()
abstract GetReadLink : unit -> SelfLinkBuilder<Uri>
override GetReadLink : unit -> SelfLinkBuilder<Uri>
Public Overridable Function GetReadLink As SelfLinkBuilder(Of Uri)
Return Value
Type: System.Web.OData.Builder.SelfLinkBuilder<Uri>
The link builder.
Implements
INavigationSourceConfiguration.GetReadLink()
See Also
NavigationSourceConfiguration Class
System.Web.OData.Builder Namespace
Return to top