Table of Contents

Class Field<TValue>

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents an arbitrary field in a Sitecore layout service response that contains a value.

public class Field<TValue> : Field, IFieldReader, IValueField<TValue>, IField

Type Parameters

TValue

The value type.

Inheritance
Field<TValue>
Implements
IValueField<TValue>
Derived
Inherited Members

Properties

Value

Gets or sets the value of the IField.

public required TValue Value { get; set; }

Property Value

TValue