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