LinkGenerationHelpers Class
Contains helper methods for generating OData links that follow OData URL conventions.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GenerateActionLink(EntityInstanceContext^, IEdmFunctionBase^) | Generates an action link following the OData URL conventions for the action action and bound to the entity represented by entityContext. |
![]() ![]() | GenerateFeedSelfLink(FeedContext^) | Generates a feed self link following the OData URL conventions for the feed represented by feedContext. |
![]() ![]() | GenerateNavigationPropertyLink(EntityInstanceContext^, IEdmNavigationProperty^, Boolean) | Generates a navigation link following the OData URL conventions for the entity represented by entityContext and the given navigation property. |
![]() ![]() | GenerateSelfLink(EntityInstanceContext^, Boolean) | Generates a self link following the OData URL conventions for the entity represented by entityContext. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

