C# (CSharp) Guidelines.WebUI.ActionResults Namespace

Classes

Name Description
CollectionWrapper Used when sending data in a Json response to prevent Json hijacking.
DownloadResult
DynamicView Naively dynamically changes output based on content-type request header. Only necessary until ASP.net MVC 4, as this will be obsolete by that point.
LargeJsonResult For returning json that is to large for the typical handler. Use this at your own risk.