JsonResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用來將 JSON 格式之內容傳送至回應的類別。
public class JsonResult : System.Web.Mvc.ActionResult
type JsonResult = class
inherit ActionResult
Public Class JsonResult
Inherits ActionResult
- 繼承
建構函式
JsonResult() |
初始化 JsonResult 類別的新執行個體。 |
屬性
ContentEncoding |
取得或設定內容編碼方式。 |
ContentType |
取得或設定內容的類型。 |
Data |
取得或設定資料。 |
JsonRequestBehavior |
取得或設定值,表示是否允許來自用戶端的 HTTP GET 要求。 |
MaxJsonLength |
取得或設定資料的最大長度。 |
RecursionLimit |
取得或設定遞迴限制。 |
方法
ExecuteResult(ControllerContext) |
允許由繼承自 ActionResult 類別的自訂型別處理動作方法的結果。 |