ComponentFrameFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
HasCallerSpecifiedRenderMode | 1 | Indicates that the caller has specified a render mode. |