EntitySetConfiguration.HasFeedSelfLink 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.
Adds a self link to the feed.
public virtual Microsoft.AspNet.OData.Builder.NavigationSourceConfiguration HasFeedSelfLink (Func<Microsoft.AspNet.OData.ResourceSetContext,Uri> feedSelfLinkFactory);
abstract member HasFeedSelfLink : Func<Microsoft.AspNet.OData.ResourceSetContext, Uri> -> Microsoft.AspNet.OData.Builder.NavigationSourceConfiguration
override this.HasFeedSelfLink : Func<Microsoft.AspNet.OData.ResourceSetContext, Uri> -> Microsoft.AspNet.OData.Builder.NavigationSourceConfiguration
Public Overridable Function HasFeedSelfLink (feedSelfLinkFactory As Func(Of ResourceSetContext, Uri)) As NavigationSourceConfiguration
Parameters
- feedSelfLinkFactory
- Func<ResourceSetContext,Uri>
The builder used to generate the link URL.
Returns
The navigation source configuration currently being configured.