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.
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