Share via


ActionLinkBuilder Constructor (Func<EntityInstanceContext, Uri>, Boolean)

 

Create a new ActionLinkBuilder based on an actionLinkFactory.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ActionLinkBuilder(
    Func<EntityInstanceContext, Uri> actionLinkFactory,
    bool followsConventions
)
public:
ActionLinkBuilder(
    Func<EntityInstanceContext^, Uri^>^ actionLinkFactory,
    bool followsConventions
)
new : 
        actionLinkFactory:Func<EntityInstanceContext, Uri> *
        followsConventions:bool -> ActionLinkBuilder
Public Sub New (
    actionLinkFactory As Func(Of EntityInstanceContext, Uri),
    followsConventions As Boolean
)

Parameters

  • followsConventions
    Type: System.Boolean

    A value indicating whether the action link factory generates links that follow OData conventions.

See Also

ActionLinkBuilder Class
System.Web.OData.Builder Namespace

Return to top