Table of Contents

Method SetRoutes

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

SetRoutes(IEnumerable<Route>)

Defines the specified collection of routes.

public void SetRoutes(IEnumerable<Route> routes)

Parameters

routes IEnumerable<Route>

The routes to be defined.