Show / Hide Table of Contents

Namespace Cortex.Net.Blazor

Classes

Observer

Sometimes it is hard to apply Observer to a part of the rendering, for example because you are rendering inside a RenderFragment, and you don't want to extract a new component to be able to mark it as observer. In those cases comes in handy. It takes a child content that is automatically re-rendered if any referenced observables change.

ObserverAttribute

Attribute that indicates that the Blazor component should react on observable state in this component.

ObserverObject

Observer object that encapsulates a reaction to automatically track dependencies and rerender when any of the dependencies change.

In This Article
Back to top Generated by DocFX