INavigationSourceConfiguration.GetEditLink Method ()
Gets the builder used to generate edit links for this navigation source.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
SelfLinkBuilder<Uri> GetEditLink()
SelfLinkBuilder<Uri^>^ GetEditLink()
abstract GetEditLink : unit -> SelfLinkBuilder<Uri>
Function GetEditLink 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