ComponentFrameFlags Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ComponentFrameFlags
[<System.Flags>]
type ComponentFrameFlags = 
Public Enum ComponentFrameFlags
Inheritance
ComponentFrameFlags
Attributes

Fields

HasCallerSpecifiedRenderMode 1

Indicates that the caller has specified a render mode.

Applies to