Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains context information about the feed currently being serialized.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.FeedContext
Syntax
public class FeedContext
public ref class FeedContext 
type FeedContext = class end
Public Class FeedContext
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | FeedContext() | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | EntitySetBase | Gets the IEdmEntitySetBase this instance belongs to. | 
| .jpeg) | FeedInstance | Gets the value of this feed instance. | 
| .jpeg) | Request | Gets or sets the HTTP request that caused this instance to be generated. | 
| .jpeg) | RequestContext | Gets or sets the request context. | 
| .jpeg) | Url | Gets or sets the UrlHelper to be used for generating links while serializing this feed instance. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top