IValueHttpResult<TValue> Interface

Definition

Defines a contract that represents the result of an HTTP endpoint that contains a Value.

public interface IValueHttpResult<out TValue>
type IValueHttpResult<'Value> = interface
Public Interface IValueHttpResult(Of Out TValue)

Type Parameters

TValue
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Properties

Value

Gets the object result.

Applies to