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

Name Description
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

Name Description
Value

Gets the value.

Applies to