이름 |
설명 |
AtomActionResult |
Represents a class that is used to render an Atom 1.0 feed by using an SyndicationFeed instance representing the feed. |
CSharpRazorViewEngine |
Represents a view engine that is used to render a Web page that uses the ASP.NET Razor syntax and C# .cshtml files. The RazorViewEngine handles both C# and VB and looks for both .cshtml and .vbhtml files, whereas this version only looks for .cshtml files and so has a slight performance advantage. |
NegotiatedResult |
Returns a content negotiated result based on the Accept header. Minimal implementation that works with JSON and XML content, can also optionally return a view with HTML. |
NegotiatedResultExtensions |
Extends Controller with Negotiated() ActionResult that does basic content negotiation based on the Accept header. |
StringWriterWithEncoding |
The StringWriter class always outputs UTF-16 encoded strings. To use a different encoding, we must inherit from StringWriter. See http://stackoverflow.com/questions/9459184/why-is-the-xmlwriter-always-outputing-utf-16-encoding. |