Share via


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

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