ActionResult<TValue> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type that wraps either an TValue
instance or an ActionResult.
generic <typename TValue>
public ref class ActionResult sealed : Microsoft::AspNetCore::Mvc::Infrastructure::IConvertToActionResult
C#
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
The type of the result.
- Inheritance
-
ActionResult<TValue>
- Implements
Action |
Initializes a new instance of ActionResult<TValue> using the specified ActionResult. |
Action |
Initializes a new instance of ActionResult<TValue> using the specified |
Result |
Gets the ActionResult. |
Value |
Gets the value. |
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |