Renders the component. If the component is already rendered, it will act like a stateChanged.
Namespace:
FastMoq.Web.Blazor
Assembly:
FastMoq.Web (in FastMoq.Web.dll)
public IRenderedComponent<T> RenderComponent(
bool forceNew
)
Public Function RenderComponent ( _
forceNew As Boolean _
) As IRenderedComponent(Of T)
public:
IRenderedComponent<T>^ RenderComponent(
bool^ forceNew
)
Parameters
- forceNew
- Type: Boolean
if set to true [force new].
Return Value
IRenderedComponent<T>.
Render again without losing context. This honors any parameters in the RenderParameters action. />
C#