Property Identity
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Identity
Identity used as this component's cache key across renders.
Typically a System.Reflection.MethodInfo (Body.Method); when left null the
component falls back to Body.Method.
public object? Identity { get; init; }
Property Value
- object