EntitySetConfiguration.HasFeedSelfLink Method (Func<FeedContext, Uri>)
Adds a self link to the feed.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual INavigationSourceConfiguration HasFeedSelfLink(
Func<FeedContext, Uri> feedSelfLinkFactory
)
public:
virtual INavigationSourceConfiguration^ HasFeedSelfLink(
Func<FeedContext^, Uri^>^ feedSelfLinkFactory
)
abstract HasFeedSelfLink :
feedSelfLinkFactory:Func<FeedContext, Uri> -> INavigationSourceConfiguration
override HasFeedSelfLink :
feedSelfLinkFactory:Func<FeedContext, Uri> -> INavigationSourceConfiguration
Public Overridable Function HasFeedSelfLink (
feedSelfLinkFactory As Func(Of FeedContext, Uri)
) As INavigationSourceConfiguration
Parameters
feedSelfLinkFactory
Type: System.Func<FeedContext, Uri>The builder used to generate the link URL.
Return Value
Type: System.Web.OData.Builder.INavigationSourceConfiguration
The navigation source configuration currently being configured.
See Also
EntitySetConfiguration Class
System.Web.OData.Builder Namespace
Return to top