ContentResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用者定義的內容類型,此內容類型是動作方法的結果。
public class ContentResult : System.Web.Mvc.ActionResult
type ContentResult = class
inherit ActionResult
Public Class ContentResult
Inherits ActionResult
- 繼承
建構函式
ContentResult() |
初始化 ContentResult 類別的新執行個體。 |
屬性
Content |
取得或設定內容。 |
ContentEncoding |
取得或設定內容編碼方式。 |
ContentType |
取得或設定內容的類型。 |
方法
ExecuteResult(ControllerContext) |
允許由繼承自 ActionResult 類別的自訂型別處理動作方法的結果。 |