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
public bool FollowsConventions { get; }
public:
property bool FollowsConventions {
bool get();
}
member FollowsConventions : bool with get
Public ReadOnly Property FollowsConventions As Boolean
Property Value
Type: System.Boolean
See Also
ActionConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top