Skip to main content

IArlecchinoStartup interface

Namespace: Arlecchino.Hosting · Assembly: Arlecchino

Work to do once before the first frame. Several may be registered; they run in registration order, and the last route that is not ViewRoute.None decides where the application opens.

public interface IArlecchinoStartup

Methods

MemberSummary
Start()Runs the work. Return a route to open somewhere other than the configured start, or ViewRoute.None to leave that alone.

Methods in detail

Start()

public ViewRoute Start();

Runs the work. Return a route to open somewhere other than the configured start, or ViewRoute.None to leave that alone.

Returns ViewRoute — Where to open, or none.