Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
System.Web.Mvc
JsonResult Class
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
.NET Framework Class Library
JsonResult Class

Represents a class that is used to send JSON-formatted content to the response.

System..::.Object
  System.Web.Mvc..::.ActionResult
    System.Web.Mvc..::.JsonResult

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic
Public Class JsonResult _
    Inherits ActionResult
C#
public class JsonResult : ActionResult
Visual C++
public ref class JsonResult : public ActionResult

The JsonResult type exposes the following members.

  NameDescription
Public methodJsonResultInitializes a new instance of the JsonResult class.
Top
  NameDescription
Public propertyContentEncodingGets or sets the content encoding.
Public propertyContentTypeGets or sets the type of the content.
Public propertyDataGets or sets the data.
Public propertyJsonRequestBehaviorGets or sets a value that indicates whether HTTP GET requests from the client are allowed.
Top
  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodExecuteResultEnables processing of the result of an action method by a custom type that inherits from the ActionResult class. (Overrides ActionResult..::.ExecuteResult(ControllerContext).)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker