FeedContext Class
Contains context information about the feed currently being serialized.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | FeedContext() |
| Name | Description | |
|---|---|---|
![]() | EntitySetBase | Gets the IEdmEntitySetBase 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


