ActionConfiguration.HasFeedActionLink 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.
Register a factory that creates feed actions links.
public Microsoft.AspNet.OData.Builder.ActionConfiguration HasFeedActionLink (Func<Microsoft.AspNet.OData.ResourceSetContext,Uri> actionLinkFactory, bool followsConventions);
member this.HasFeedActionLink : Func<Microsoft.AspNet.OData.ResourceSetContext, Uri> * bool -> Microsoft.AspNet.OData.Builder.ActionConfiguration
Public Function HasFeedActionLink (actionLinkFactory As Func(Of ResourceSetContext, Uri), followsConventions As Boolean) As ActionConfiguration
Parameters
- actionLinkFactory
- Func<ResourceSetContext,Uri>
- followsConventions
- Boolean