Share via


ActionConfiguration.FollowsConventions Property

Gets a value indicating whether links provided by GetActionLink() follow OData conventions.

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

Syntax

'Declaration
Public ReadOnly Property FollowsConventions As Boolean 
    Get
'Usage
Dim instance As ActionConfiguration 
Dim value As Boolean 

value = instance.FollowsConventions
public bool FollowsConventions { get; }
public:
property bool FollowsConventions {
    bool get ();
}
member FollowsConventions : bool
function get FollowsConventions () : boolean

Property Value

Type: System.Boolean
true if the links provided by GetActionLink() follow OData conventions; otherwise, false.

See Also

Reference

ActionConfiguration Class

System.Web.Http.OData.Builder Namespace