NavigationLinkBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates a navigation link factory and whether the link factory follows conventions or not.
public class NavigationLinkBuilder
type NavigationLinkBuilder = class
Public Class NavigationLinkBuilder
- Inheritance
-
NavigationLinkBuilder
Constructors
| NavigationLinkBuilder(Func<ResourceContext,IEdmNavigationProperty,Uri>, Boolean) |
Initializes a new instance of the NavigationLinkBuilder class. |
Properties
| Factory |
Gets the navigation link factory for creating navigation links. |
| FollowsConventions |
Gets a value representing whether this factory follows OData conventions or not. |