Skip to main content

UseReactiveUI Method

Initializes ReactiveUI framework to use with Avalonia. Registers Avalonia scheduler, an activation for view fetcher, a template binding hook. Remember to call this method if you are using ReactiveUI in your application.

Definition

Namespace: Avalonia.ReactiveUI
Assembly: Avalonia.ReactiveUI (in Avalonia.ReactiveUI.dll)

public static AppBuilder UseReactiveUI(
this AppBuilder builder
)

Parameters

  AppBuilder
 

Return Value

AppBuilder

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AppBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

AppBuilderExtensions Class
Avalonia.ReactiveUI Namespace