LinkGenerationHelpers Class
Contains helper methods for generating OData links that follow OData URL conventions.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GenerateActionLink(EntityInstanceContext^, IEdmOperation^) | Generates an action link following the OData URL conventions for the action action and bound to the entity represented by entityContext. |
![]() ![]() | GenerateFunctionLink(EntityInstanceContext^, IEdmOperation^) | Generates an function link following the OData URL conventions for the function function and bound to the entity represented by entityContext. |
![]() ![]() | 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.

