ActionResult<TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包裝實例或 的 ActionResult 型 TValue
別。
generic <typename TValue>
public ref class ActionResult sealed : Microsoft::AspNetCore::Mvc::Infrastructure::IConvertToActionResult
public sealed class ActionResult<TValue> : Microsoft.AspNetCore.Mvc.Infrastructure.IConvertToActionResult
type ActionResult<'Value> = class
interface IConvertToActionResult
Public NotInheritable Class ActionResult(Of TValue)
Implements IConvertToActionResult
類型參數
- TValue
結果的類型。
- 繼承
-
ActionResult<TValue>
- 實作
建構函式
ActionResult<TValue>(ActionResult) |
使用指定的 ActionResult ,初始化 的新實例 ActionResult<TValue> 。 |
ActionResult<TValue>(TValue) |
使用指定的 |
屬性
Result |
取得 ActionResult。 |
Value |
取得值。 |
運算子
Implicit(ActionResult to ActionResult<TValue>) |
包裝實例或 的 ActionResult 型 |
Implicit(TValue to ActionResult<TValue>) |
包裝實例或 的 ActionResult 型 |
明確介面實作
IConvertToActionResult.Convert() |
包裝實例或 的 ActionResult 型 |