Share via


ActionLinkBuilder.FollowsConventions Property

Gets a boolean indicating whether the link factory follows OData conventions or not.

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

Syntax

'Declaration
Public Property FollowsConventions As Boolean 
    Get 
    Private Set
'Usage
Dim instance As ActionLinkBuilder 
Dim value As Boolean 

value = instance.FollowsConventions
public bool FollowsConventions { get; private set; }
public:
property bool FollowsConventions {
    bool get ();
    private: void set (bool value);
}
member FollowsConventions : bool with get, private set
function get FollowsConventions () : boolean 
private function set FollowsConventions (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ActionLinkBuilder Class

System.Web.Http.OData.Builder Namespace