Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the builder used to generate self links for feeds for this entity set.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Builder Namespace
Return to top