ComponentState..::..CurrentRenderTree Property
Gets the current render tree.
Namespace:
FastMoq.Web.Blazor.ModelsAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
public Nullable<RenderTreeBuilder> CurrentRenderTree { get; set; }
Public Property CurrentRenderTree As Nullable(Of RenderTreeBuilder) Get Set
public: property Nullable<RenderTreeBuilder^> CurrentRenderTree { Nullable<RenderTreeBuilder^> get (); void set (Nullable<RenderTreeBuilder^> value); }