ActionConfiguration.HasActionLink 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 actions links.
public Microsoft.AspNet.OData.Builder.ActionConfiguration HasActionLink (Func<Microsoft.AspNet.OData.ResourceContext,Uri> actionLinkFactory, bool followsConventions);
member this.HasActionLink : Func<Microsoft.AspNet.OData.ResourceContext, Uri> * bool -> Microsoft.AspNet.OData.Builder.ActionConfiguration
Public Function HasActionLink (actionLinkFactory As Func(Of ResourceContext, Uri), followsConventions As Boolean) As ActionConfiguration
Parameters
- actionLinkFactory
- Func<ResourceContext,Uri>
- followsConventions
- Boolean