Class JqGridJsonResult
Represents a class that is used to send object from Lib.AspNetCore.Mvc.JqGrid.Core namespace as JSON-formatted content to the response, converted the way jqGrid expects it.
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ActionResult
Microsoft.AspNetCore.Mvc.JsonResult
JqGridJsonResult
Implements
Microsoft.AspNetCore.Mvc.IActionResult
Inherited Members
Microsoft.AspNetCore.Mvc.JsonResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext)
Microsoft.AspNetCore.Mvc.JsonResult.ContentType
Microsoft.AspNetCore.Mvc.JsonResult.SerializerSettings
Microsoft.AspNetCore.Mvc.JsonResult.StatusCode
Microsoft.AspNetCore.Mvc.JsonResult.Value
Microsoft.AspNetCore.Mvc.ActionResult.ExecuteResult(Microsoft.AspNetCore.Mvc.ActionContext)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lib.AspNetCore.Mvc.JqGrid.Core.Json
Assembly: Lib.AspNetCore.Mvc.JqGrid.Core.dll
Syntax
public sealed class JqGridJsonResult : JsonResult, IActionResult
Constructors
JqGridJsonResult(Object)
Initializes new instance of JqGridJsonResult class.
Declaration
public JqGridJsonResult(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value to be send. |
Implements
Microsoft.AspNetCore.Mvc.IActionResult