ActionConfiguration.GetFeedActionLink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the currently registered feed action link factory.
public Func<Microsoft.AspNet.OData.ResourceSetContext,Uri> GetFeedActionLink ();
member this.GetFeedActionLink : unit -> Func<Microsoft.AspNet.OData.ResourceSetContext, Uri>
Public Function GetFeedActionLink () As Func(Of ResourceSetContext, Uri)