RenderTreeFrameType Enum

Definition

Types in the Microsoft.AspNetCore.Components.RenderTree are not recommended for use outside of the Blazor framework. These types will change in future release.

public enum class RenderTreeFrameType
public enum RenderTreeFrameType
type RenderTreeFrameType = 
Public Enum RenderTreeFrameType
Inheritance
RenderTreeFrameType

Fields

Attribute 3

Represents a key-value pair associated with another RenderTreeFrame.

Component 4

Represents a child component.

ComponentReferenceCapture 7

Represents an instruction to capture or update a reference to the parent component.

ComponentRenderMode 9

Represents an instruction to use a specified render mode for the component.

Element 1

Represents a container for other frames.

ElementReferenceCapture 6

Represents an instruction to capture or update a reference to the parent element.

Markup 8

Represents a block of markup content.

NamedEvent 10

Represents an application-assigned name for an event.

None 0

Used only for uninitialized frames.

Region 5

Defines the boundary around range of sibling frames that should be treated as an unsplittable group for the purposes of diffing. This is typically used when appending a tree fragment generated by external code, because the sequence numbers in that tree fragment are not comparable to sequence numbers outside it.

Text 2

Represents text content.

Applies to