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