Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Add OutputFormatter #37

Open
JohnGalt1717 opened this issue Jun 20, 2018 · 1 comment
Open

Add OutputFormatter #37

JohnGalt1717 opened this issue Jun 20, 2018 · 1 comment

Comments

@JohnGalt1717
Copy link

It would be really great if this included an Output formatter or if there was sample code on how to create an output formatter for asp.net core.

@dodyg
Copy link

dodyg commented Sep 11, 2018

@JohnGalt1717 https://github.com/dodyg/practical-aspnetcore/tree/master/projects/mvc/output-formatter-syndication

This is a very rudimentary RSS output formatter. The problem is that SyndicationFeedReaderWriter does not provide "frame" for the syndication contents to attach to which will be necessary for a proper Output Formatter to work.

Right now there is no built in Syndication that you can just return Ok(syndication) at the Controller.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants