ActionResult<TValue> クラス

定義

インスタンスまたは をラップするTValueActionResult型。

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<TValue> 新しいインスタンスを初期化します ActionResult

ActionResult<TValue>(TValue)

指定した を使用して、 の ActionResult<TValue> 新しいインスタンスを初期化します value

プロパティ

Result

ActionResult を取得します。

Value

値を取得します。

演算子

Implicit(ActionResult to ActionResult<TValue>)

インスタンスまたは をラップするTValueActionResult型。

Implicit(TValue to ActionResult<TValue>)

インスタンスまたは をラップするTValueActionResult型。

明示的なインターフェイスの実装

IConvertToActionResult.Convert()

インスタンスまたは をラップするTValueActionResult型。

適用対象