VibrantRouter.Scope

Produces a child of the current scope with the given prefix.

class VibrantRouter(bool GenerateAll = false)
Scope
(
string prefix
)

Parameters

prefix string

The prefix the scope operates from.

Return Value

Type: auto

A new VibrantRouter object.

Meta