ActionResult<TValue> Klasa

Definicja

Typ, który opakowuje TValue wystąpienie lub .ActionResult

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

Parametry typu

TValue

Typ wyniku.

Dziedziczenie
ActionResult<TValue>
Implementuje

Konstruktory

ActionResult<TValue>(ActionResult)

Inicjuje ActionResult<TValue> nowe wystąpienie przy użyciu określonego ActionResultelementu .

ActionResult<TValue>(TValue)

Inicjuje ActionResult<TValue> nowe wystąpienie przy użyciu określonego valueelementu .

Właściwości

Result

Pobiera klasę ActionResult.

Value

Pobiera wartość.

Operatory

Implicit(ActionResult to ActionResult<TValue>)

Typ, który opakowuje TValue wystąpienie lub .ActionResult

Implicit(TValue to ActionResult<TValue>)

Typ, który opakowuje TValue wystąpienie lub .ActionResult

Jawne implementacje interfejsu

IConvertToActionResult.Convert()

Typ, który opakowuje TValue wystąpienie lub .ActionResult

Dotyczy