EntitySetConfiguration.GetFeedSelfLink Method
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
'Declaration
Public Overridable Function GetFeedSelfLink As Func(Of FeedContext, Uri)
'Usage
Dim instance As EntitySetConfiguration
Dim returnValue As Func(Of FeedContext, Uri)
returnValue = instance.GetFeedSelfLink()
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 function GetFeedSelfLink() : Func<FeedContext, Uri>
Return Value
Type: System.Func<FeedContext, Uri>
The link builder.