Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- actionLinkFactory 
 Type: System.Func<EntityInstanceContext, Uri>- The actionLinkFactory this ActionLinkBuilder should use when building links. 
- 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