FeedContext Class
Contains context information about the feed currently being serialized.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | FeedContext() |
| Name | Description | |
|---|---|---|
![]() | EntitySet | Gets the IEdmEntitySet this instance belongs to. |
![]() | FeedInstance | Gets the value of this feed instance. |
![]() | Request | Gets or sets the HTTP request that caused this instance to be generated. |
![]() | RequestContext | Gets or sets the request context. |
![]() | Url | Gets or sets the UrlHelper to be used for generating links while serializing this feed instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | GenerateFeedSelfLink() | Generates a feed self link following the OData URL conventions for the feed represented by feedContext.(Defined by LinkGenerationHelpers.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


