EntitySetConfiguration.GetFeedSelfLink 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 self links for feeds for this navigation source.
public virtual Func<Microsoft.AspNet.OData.ResourceSetContext,Uri> GetFeedSelfLink ();
abstract member GetFeedSelfLink : unit -> Func<Microsoft.AspNet.OData.ResourceSetContext, Uri>
override this.GetFeedSelfLink : unit -> Func<Microsoft.AspNet.OData.ResourceSetContext, Uri>
Public Overridable Function GetFeedSelfLink () As Func(Of ResourceSetContext, Uri)
Returns
The link builder.