EntitySetConfiguration.GetFeedSelfLink Method ()
Gets the builder used to generate self links for feeds for this navigation source.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual Func<FeedContext, Uri> GetFeedSelfLink()
public:
virtual Func<FeedContext^, Uri^>^ GetFeedSelfLink()
abstract GetFeedSelfLink : unit -> Func<FeedContext, Uri>
override GetFeedSelfLink : unit -> Func<FeedContext, Uri>
Public Overridable Function GetFeedSelfLink As Func(Of FeedContext, Uri)
Return Value
Type: System.Func<FeedContext, Uri>
The link builder.
See Also
EntitySetConfiguration Class
System.Web.OData.Builder Namespace
Return to top