Gets a boolean indicating whether the link factory follows OData conventions or not.
Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public bool FollowsConventions {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property bool FollowsConventions {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    private: void set(bool value);
}
member FollowsConventions : bool with get, private set
Public Property FollowsConventions As Boolean
    Get
    Private Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
See Also
ActionLinkBuilder Class
System.Web.OData.Builder Namespace
Return to top