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.
Gets the top-level feed object.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public SyndicationFeed Feed { get; }
public:
property SyndicationFeed^ Feed {
SyndicationFeed^ get();
}
member Feed : SyndicationFeed with get
Public ReadOnly Property Feed As SyndicationFeed
Property Value
Type: System.ServiceModel.Syndication.SyndicationFeed
The top-level feed object.
See Also
AtomFeedActionResult Class
Microsoft.Web.Mvc.Resources Namespace
Return to top