Share via


ViewBufferValue Struct

Definition

Encapsulates a string or IHtmlContent value.

public value class ViewBufferValue
public readonly struct ViewBufferValue
type ViewBufferValue = struct
Public Structure ViewBufferValue
Inheritance
ViewBufferValue

Constructors

ViewBufferValue(IHtmlContent)

Initializes a new instance of ViewBufferValue with a IHtmlContent value.

ViewBufferValue(String)

Initializes a new instance of ViewBufferValue with a string value.

Properties

Value

Gets the value.

Applies to